summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/php.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/php.m4 b/build/php.m4
index b53f10e2a5..366006c1b6 100644
--- a/build/php.m4
+++ b/build/php.m4
@@ -743,7 +743,7 @@ dnl
dnl PHP_BUILD_THREAD_SAFE
dnl
AC_DEFUN([PHP_BUILD_THREAD_SAFE],[
- enable_maintainer_zts=yes
+ enable_zts=yes
if test "$pthreads_working" != "yes"; then
AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your system supports Pthreads.])
fi