From: Yuchen Wang Date: Tue, 12 May 2015 09:32:01 +0000 (+0800) Subject: Fix wrong display in ZTS checking X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~111^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bd097c9f6f39a5d68004033d30a8367277a541d;p=php Fix wrong display in ZTS checking --- diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index d745ca7443..d5f5f476ec 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -93,7 +93,7 @@ php_zts_is_enabled PHP_THREAD_SAFETY=no ]) CPPFLAGS=$old_CPPFLAGS -AC_MSG_RESULT([$PHP_DEBUG]) +AC_MSG_RESULT([$PHP_THREAD_SAFETY]) dnl Support for building and testing Zend extensions ZEND_EXT_TYPE="zend_extension"