Author: matthiasc Date: Sun Feb 10 05:22:39 2008 New Revision: 6491 URL: http://svn.gnome.org/viewvc/glib?rev=6491&view=rev
Log: Check for getmntent_r Modified: trunk/ChangeLog trunk/configure.in Modified: trunk/configure.in ============================================================================== --- trunk/configure.in (original) +++ trunk/configure.in Sun Feb 10 05:22:39 2008 @@ -904,7 +904,7 @@ # 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) _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.
