Check for getmntent_r

svn path=/trunk/; revision=6491
This commit is contained in:
Matthias Clasen 2008-02-10 05:22:39 +00:00
parent 0766a1ec39
commit 5e45af1f07
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-09 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for getmntent_r.
2008-02-09 Matthias Clasen <mclasen@redhat.com>
* Makefile.decl: /bin/ksh can't handle a for-loop with no

View File

@ -904,7 +904,7 @@ AC_MSG_RESULT(unsigned $glib_size_type)
# Check for some functions
AC_CHECK_FUNCS(lstat strerror strsignal memmove vsnprintf stpcpy strcasecmp strncasecmp poll getcwd vasprintf setenv unsetenv getc_unlocked readlink symlink fdwalk)
AC_CHECK_FUNCS(chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid)
AC_CHECK_FUNCS(setmntent endmntent hasmntopt getmntinfo)
AC_CHECK_FUNCS(getmntent_r setmntent endmntent hasmntopt getmntinfo)
# Check for high-resolution sleep functions
AC_CHECK_FUNCS(nanosleep nsleep)