From 92dffb7efd615ff77542db8ac298b8bbabb31881 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 24 Feb 2024 19:13:59 +0100 Subject: [PATCH] Check posix_spawn_file_actions_addchdir_np with AC_CHECK_FUNCS This simplifies the check and defines the symbol with description. --- ext/standard/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/config.m4 b/ext/standard/config.m4 index 990959d995b..2bcef360f6d 100644 --- a/ext/standard/config.m4 +++ b/ext/standard/config.m4 @@ -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()