Skip to content

Commit 92dffb7

Browse files
committed
Check posix_spawn_file_actions_addchdir_np with AC_CHECK_FUNCS
This simplifies the check and defines the symbol with description.
1 parent 75ef03e commit 92dffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ dnl
364364

365365
PHP_CHECK_FUNC(res_search, resolv, socket)
366366

367-
PHP_CHECK_FUNC(posix_spawn_file_actions_addchdir_np)
367+
AC_CHECK_FUNCS([posix_spawn_file_actions_addchdir_np])
368368

369369
dnl
370370
dnl Check for strptime()

0 commit comments

Comments
 (0)