]> granicus.if.org Git - php/commitdiff
Test for PHP_THREAD_SAFETY
authorSascha Schumann <sas@php.net>
Sat, 27 Nov 1999 12:04:14 +0000 (12:04 +0000)
committerSascha Schumann <sas@php.net>
Sat, 27 Nov 1999 12:04:14 +0000 (12:04 +0000)
configure.in

index 3dd315f723a9627a4ca61755bdfa436a742de129..0de1f1bc6c2ff38771e21e56997f0d273b19d01b 100644 (file)
@@ -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)