Check for getmntent_r
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 10 Feb 2008 05:22:39 +0000 (05:22 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 10 Feb 2008 05:22:39 +0000 (05:22 +0000)
svn path=/trunk/; revision=6491

ChangeLog
configure.in

index 134f328..76f7fc2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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 
        arguments, so add a "." for when $(SUBDIRS) is empty.
 
index c76a04e..9c059e1 100644 (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)