From: Sascha Schumann Date: Sat, 27 Nov 1999 12:04:14 +0000 (+0000) Subject: Test for PHP_THREAD_SAFETY X-Git-Tag: PRE_RETURN_REF_PATCH~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64a9858874a515e1785c12e002a497520c538582;p=php Test for PHP_THREAD_SAFETY --- diff --git a/configure.in b/configure.in index 3dd315f723..0de1f1bc6c 100644 --- a/configure.in +++ b/configure.in @@ -724,7 +724,7 @@ fi if test "$no_recursion" != "yes"; then (set -x; test -d libzend || mkdir libzend; cd libzend; $cwd/$srcdir/libzend/configure --cache-file=../$cache_file $passthru) || exit 1 - if test "$enable_thread_safety" = "yes"; then + if test "$PHP_THREAD_SAFETY" = "yes"; then (set -x; test -d TSRM || mkdir TSRM; cd TSRM && $cwd/$srcdir/TSRM/configure --cache-file=../$cache_file $passthru) || exit 1 fi dnl (set -x; cd $srcdir; sh ltconfig --disable-static --enable-dlopen --cache-file=$cache_file ltmain.sh)