diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2006-06-19 02:19:45 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2006-06-19 02:19:45 +0000 |
| commit | 4396986fc788d97ec6c883ab3bdec57ab1882537 (patch) | |
| tree | 623149caa5aecbd1a3329923e6ec1d696922a30e /ext/posix/config.m4 | |
| parent | fc53160464f76dd583c7fb262c30ffe3c70c10a5 (diff) | |
| download | php-git-4396986fc788d97ec6c883ab3bdec57ab1882537.tar.gz | |
MFB: Added posix_initgroups() function.
Diffstat (limited to 'ext/posix/config.m4')
| -rw-r--r-- | ext/posix/config.m4 | 2 |
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 |
