From 2bd097c9f6f39a5d68004033d30a8367277a541d Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Tue, 12 May 2015 17:32:01 +0800 Subject: Fix wrong display in ZTS checking --- scripts/phpize.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/phpize.m4') 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" -- cgit v1.2.1