summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorYuchen Wang <phobosw@gmail.com>2015-05-12 17:32:01 +0800
committerYuchen Wang <phobosw@gmail.com>2015-05-12 17:32:01 +0800
commit2bd097c9f6f39a5d68004033d30a8367277a541d (patch)
tree9da682e44e081b69fd992fec48b2907b992511cd /scripts/phpize.m4
parent649b82ce4cceb54ee823805afb15c2e957577df2 (diff)
downloadphp-git-2bd097c9f6f39a5d68004033d30a8367277a541d.tar.gz
Fix wrong display in ZTS checking
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m42
1 files changed, 1 insertions, 1 deletions
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"