Fix wrong display in ZTS checking

This commit is contained in:
Yuchen Wang 2015-05-12 17:32:01 +08:00
parent 649b82ce4c
commit 2bd097c9f6

View 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"