Skip to content

Commit 9996dce

Browse files
committed
Fix typo
1 parent 247b4d8 commit 9996dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache2handler/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if test "$PHP_APXS2" != "no"; then
108108
esac
109109

110110
APACHE_THREADED_MPM=$($APXS_HTTPD -V 2>/dev/null | grep 'threaded:.*yes')
111-
AS_VAR_IF_SET([APACHE_THREADED_MPM], [PHP_BUILD_THREAD_SAFE])
111+
AS_VAR_SET_IF([APACHE_THREADED_MPM], [PHP_BUILD_THREAD_SAFE])
112112
AC_MSG_RESULT(yes)
113113
PHP_SUBST(APXS)
114114
else

0 commit comments

Comments
 (0)