diff options
author | Zeev Suraski <zeev@php.net> | 2003-01-19 21:37:40 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2003-01-19 21:37:40 +0000 |
commit | 4c8473d6199147e4f66f6af4a0db533f1ba4aa70 (patch) | |
tree | 021d8b1c3456b26a7a4346ab13ab7b74a4275cd8 /acinclude.m4 | |
parent | dce8267f3556b3108971458b6f04e4bd306d3829 (diff) | |
download | php-git-4c8473d6199147e4f66f6af4a0db533f1ba4aa70.tar.gz |
relabel
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2e0acaef08..ce47135199 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -777,7 +777,7 @@ dnl dnl PHP_BUILD_THREAD_SAFE dnl AC_DEFUN([PHP_BUILD_THREAD_SAFE],[ - enable_experimental_zts=yes + enable_maintainer_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 |