mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Check posix_spawn_file_actions_addchdir_np with AC_CHECK_FUNCS
This simplifies the check and defines the symbol with description.
This commit is contained in:
@@ -364,7 +364,7 @@ dnl
|
||||
|
||||
PHP_CHECK_FUNC(res_search, resolv, socket)
|
||||
|
||||
PHP_CHECK_FUNC(posix_spawn_file_actions_addchdir_np)
|
||||
AC_CHECK_FUNCS([posix_spawn_file_actions_addchdir_np])
|
||||
|
||||
dnl
|
||||
dnl Check for strptime()
|
||||
|
||||
Reference in New Issue
Block a user