1
0
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:
Peter Kokot
2024-02-24 19:13:59 +01:00
parent 75ef03e742
commit 92dffb7efd

View File

@@ -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()