diff options
| author | Sascha Schumann <sas@php.net> | 2000-10-30 11:44:18 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-10-30 11:44:18 +0000 |
| commit | 4d0992bb22e4165d7f69853fea92a9b454c9ba00 (patch) | |
| tree | 902061faf2573357ddf90205b9471d1ed19293cd /sapi/aolserver | |
| parent | 283531c4e421ff2e3b693c08a0e5be63ccf32fd5 (diff) | |
| download | php-git-4d0992bb22e4165d7f69853fea92a9b454c9ba00.tar.gz | |
Remove --with-aolserver-src directive.
AOLserver 3.1 and up install the include directory as per suggestion.
Diffstat (limited to 'sapi/aolserver')
| -rw-r--r-- | sapi/aolserver/config.m4 | 8 |
1 files changed, 1 insertions, 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 |
