summaryrefslogtreecommitdiff
path: root/ext/posix/config.m4
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-11-30 16:48:27 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-11-30 16:48:27 +0000
commitb364ca66f68f8e1523e09f1bae21fd4c89216bf8 (patch)
tree63b2031a84b921e18290597f86ff96a948f0b91b /ext/posix/config.m4
parent8efa38df0b6d1817900f866f1d275c71d51685f2 (diff)
downloadphp-git-b364ca66f68f8e1523e09f1bae21fd4c89216bf8.tar.gz
MFB: Added missing function checks
Diffstat (limited to 'ext/posix/config.m4')
-rw-r--r--ext/posix/config.m42
1 files changed, 1 insertions, 1 deletions
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