mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Check for getmntent_r
svn path=/trunk/; revision=6491
This commit is contained in:
parent
0766a1ec39
commit
5e45af1f07
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user