]> granicus.if.org Git - php/commitdiff
ISAPI wants to run in ZTS
authorThies C. Arntzen <thies@php.net>
Mon, 29 Nov 1999 21:32:11 +0000 (21:32 +0000)
committerThies C. Arntzen <thies@php.net>
Mon, 29 Nov 1999 21:32:11 +0000 (21:32 +0000)
sapi/isapi/config.m4

index 9f87f41c2a8df7cfa0e0e39371f23a0dbd88f954..41fa1e144691bae7a2a0516f5b407c852ef66cc4 100644 (file)
@@ -5,8 +5,6 @@ AC_MSG_CHECKING(for Zeus ISAPI support)
 AC_ARG_WITH(zeus,
 [  --with-zeus=DIR         Build PHP as an ISAPI module for use with Zeus.],
 [
-       enable_thread_safety=yes
-       passthru="$passthru --enable-thread-safety"
        if test "$withval" = "yes"; then
                ZEUSPATH=/usr/local/zeus # the default
        else
@@ -15,6 +13,7 @@ AC_ARG_WITH(zeus,
        if ! test -f "$ZEUSPATH/web/include/httpext.h"; then
                AC_MSG_ERROR(Unable to find httpext.h in $ZEUSPATH/web/include)
        fi
+       PHP_BUILD_THREAD_SAFE
        AC_DEFINE(WITH_ZEUS)
        AC_ADD_INCLUDE($ZEUSPATH/web/include)
        PHP_SAPI=isapi