From: Thies C. Arntzen Date: Mon, 29 Nov 1999 21:32:11 +0000 (+0000) Subject: ISAPI wants to run in ZTS X-Git-Tag: PRE_RETURN_REF_PATCH~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1f21493e151b5fadfbc5ac74eba1e1454303f18;p=php ISAPI wants to run in ZTS --- diff --git a/sapi/isapi/config.m4 b/sapi/isapi/config.m4 index 9f87f41c2a..41fa1e1446 100644 --- a/sapi/isapi/config.m4 +++ b/sapi/isapi/config.m4 @@ -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