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
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