From 4d0992bb22e4165d7f69853fea92a9b454c9ba00 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 30 Oct 2000 11:44:18 +0000 Subject: [PATCH] Remove --with-aolserver-src directive. AOLserver 3.1 and up install the include directory as per suggestion. --- sapi/aolserver/config.m4 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 -- 2.50.1