mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Check for getpgid (torben@php.net)
This commit is contained in:
parent
79ce305d1a
commit
2b8945965b
@ -9,5 +9,5 @@ if test "$PHP_POSIX" = "yes"; then
|
||||
AC_DEFINE(HAVE_POSIX, 1, [whether to include POSIX-like functions])
|
||||
PHP_EXTENSION(posix, $ext_shared)
|
||||
|
||||
AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid ctermid mkfifo getrlimit)
|
||||
AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo getrlimit)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user