@ -1,4 +1,6 @@
dnl ## $Id$ -*- sh -*-
dnl
dnl $Id$
AC_MSG_CHECKING(for AOLserver support)
AC_ARG_WITH(aolserver,
@ -1,5 +1,6 @@
dnl ## -*- sh -*-
AC_MSG_CHECKING(for Apache module support via DSO through APXS)
AC_ARG_WITH(apxs,
AC_MSG_CHECKING(for Apache 2.0 module support via DSO through APXS)
AC_ARG_WITH(apxs2,
RESULT=no
AC_MSG_CHECKING(for Caudium support)
@ -1,3 +1,7 @@
AC_DEFUN(PHP_TEST_WRITE_STDOUT,[
AC_CACHE_CHECK(whether writing to stdout works,ac_cv_write_stdout,[
AC_TRY_RUN([
AC_MSG_CHECKING(for FastCGI support)
AC_ARG_WITH(fastcgi,
[ --with-fastcgi=SRCDIR Build PHP as FastCGI application],[
AC_MSG_CHECKING(for Zeus ISAPI support)
@ -1,8 +1,10 @@
AC_MSG_CHECKING(for NSAPI support)
AC_ARG_WITH(nsapi,
[ --with-nsapi=DIR Specify path to the installed Netscape],[
[ --with-nsapi=DIR Build PHP as NSAPI module for use with iPlanet.],[
PHP_NSAPI=$withval
],[
PHP_NSAPI=no
@ -1,9 +1,11 @@
AC_MSG_CHECKING(for PHTTPD support)
AC_ARG_WITH(phttpd,
[ --with-phttpd=DIR],
[ --with-phttpd=DIR Build PHP as phttpd module],
[
if test ! -d $withval ; then
AC_MSG_ERROR(You did not specify a directory)
PHP_ARG_WITH(pi3web,for Pi3Web Support,
[ --with-pi3web=DIR Build PHP as a module for use with Pi3Web.])
AC_MSG_CHECKING(for Roxen/Pike support)
@ -52,6 +54,7 @@ if test "$RESULT" != "no" ; then
])
AC_MSG_RESULT($RESULT)
fi
dnl ## Local Variables:
dnl ## tab-width: 4
dnl ## End:
# $Id$
# config.m4 for servlet sapi
AC_MSG_CHECKING(for Servlet support)
AC_ARG_WITH(servlet,
AC_ARG_WITH(thttpd,
[ --with-thttpd=SRCDIR Build PHP as thttpd module],[
test -d $withval || AC_MSG_RESULT(thttpd directory does not exist ($withval))
PHP_TUX=no
AC_ARG_WITH(tux,
AC_ARG_WITH(webjames,
[ --with-webjames=SRCDIR Build PHP as a WebJames module (RISC OS only)],[
PHP_EXPAND_PATH($withval, WEBJAMES)