diff options
Diffstat (limited to 'build/php.m4')
-rw-r--r-- | build/php.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/php.m4 b/build/php.m4 index 3624a33a8e..25f5aa762b 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 |