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