mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Autoconf: Move getlogin check for HAVE_GETLOGIN to ext/posix (#19058)
This check is related only to ext/posix so it's more clear to have it defined when ext/posix is enabled.
This commit is contained in:
@@ -540,7 +540,6 @@ AC_CHECK_FUNCS(m4_normalize([
|
||||
getgrnam_r
|
||||
gethostname
|
||||
getloadavg
|
||||
getlogin
|
||||
getprotobyname
|
||||
getprotobynumber
|
||||
getpwnam_r
|
||||
|
||||
@@ -17,6 +17,7 @@ if test "$PHP_POSIX" = "yes"; then
|
||||
eaccess
|
||||
getgrgid_r
|
||||
getgroups
|
||||
getlogin
|
||||
getpgid
|
||||
getrlimit
|
||||
getsid
|
||||
|
||||
Reference in New Issue
Block a user