From: Sascha Schumann Date: Mon, 30 Oct 2000 11:44:18 +0000 (+0000) Subject: Remove --with-aolserver-src directive. X-Git-Tag: php-4.0.4RC3~441 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d0992bb22e4165d7f69853fea92a9b454c9ba00;p=php Remove --with-aolserver-src directive. AOLserver 3.1 and up install the include directory as per suggestion. --- diff --git a/sapi/aolserver/config.m4 b/sapi/aolserver/config.m4 index 50a0c5b880..98cd27d086 100644 --- a/sapi/aolserver/config.m4 +++ b/sapi/aolserver/config.m4 @@ -1,14 +1,8 @@ dnl ## $Id$ -*- sh -*- -AC_ARG_WITH(aolserver-src, -[ --with-aolserver-src=DIR Specify path to the source distribution of - AOLserver],[ - PHP_AOLSERVER_SRC=$withval -]) - AC_MSG_CHECKING(for AOLserver support) AC_ARG_WITH(aolserver, -[ --with-aolserver=DIR Specify path to the installed AOLserver],[ +[ --with-aolserver=DIR Specify path to the installed AOLserver],[ PHP_AOLSERVER=$withval ],[ PHP_AOLSERVER=no