summaryrefslogtreecommitdiff
path: root/ext/posix/config.m4
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-06-19 02:19:45 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-06-19 02:19:45 +0000
commit4396986fc788d97ec6c883ab3bdec57ab1882537 (patch)
tree623149caa5aecbd1a3329923e6ec1d696922a30e /ext/posix/config.m4
parentfc53160464f76dd583c7fb262c30ffe3c70c10a5 (diff)
downloadphp-git-4396986fc788d97ec6c883ab3bdec57ab1882537.tar.gz
MFB: Added posix_initgroups() function.
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 6b95375d88..b6b1cf7c1a 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)
+ AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgroups)
fi