]> granicus.if.org Git - php/commitdiff
Fix wrong display in ZTS checking
authorYuchen Wang <phobosw@gmail.com>
Tue, 12 May 2015 09:32:01 +0000 (17:32 +0800)
committerYuchen Wang <phobosw@gmail.com>
Tue, 12 May 2015 09:32:01 +0000 (17:32 +0800)
scripts/phpize.m4

index d745ca744381eaaa39a3ba6040212df79bb0dc74..d5f5f476ecc4f5935a0f13b52336ead33930f01f 100644 (file)
@@ -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"