From: Ilia Alshanetsky Date: Thu, 30 Nov 2006 16:48:27 +0000 (+0000) Subject: MFB: Added missing function checks X-Git-Tag: RELEASE_1_0_0RC1~875 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b364ca66f68f8e1523e09f1bae21fd4c89216bf8;p=php MFB: Added missing function checks --- diff --git a/ext/posix/config.m4 b/ext/posix/config.m4 index b6b1cf7c1a..0075e32599 100644 --- a/ext/posix/config.m4 +++ b/ext/posix/config.m4 @@ -11,5 +11,5 @@ if test "$PHP_POSIX" = "yes"; then AC_CHECK_HEADERS(sys/mkdev.h) - AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgroups) + AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgroups getpwuid_r getgrgid_r) fi