diff options
Diffstat (limited to 'sapi/aolserver/config.m4')
| -rw-r--r-- | sapi/aolserver/config.m4 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sapi/aolserver/config.m4 b/sapi/aolserver/config.m4 index 44eece26a..003ec909d 100644 --- a/sapi/aolserver/config.m4 +++ b/sapi/aolserver/config.m4 @@ -1,15 +1,11 @@ dnl -dnl $Id: config.m4,v 1.15 2002/03/07 14:19:47 sas Exp $ +dnl $Id: config.m4,v 1.15.22.1 2007/07/11 23:20:36 jani Exp $ dnl -AC_MSG_CHECKING(for AOLserver support) -AC_ARG_WITH(aolserver, -[ --with-aolserver=DIR Specify path to the installed AOLserver],[ - PHP_AOLSERVER=$withval -],[ - PHP_AOLSERVER=no -]) -AC_MSG_RESULT($PHP_AOLSERVER) +PHP_ARG_WITH(aolserver,, +[ --with-aolserver=DIR Specify path to the installed AOLserver], no, no) + +AC_MSG_CHECKING([for AOLserver support]) if test "$PHP_AOLSERVER" != "no"; then if test -d "$PHP_AOLSERVER/include"; then @@ -28,6 +24,8 @@ if test "$PHP_AOLSERVER" != "no"; then INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED \$(INSTALL_ROOT)$PHP_AOLSERVER/bin/" fi +AC_MSG_RESULT([$PHP_AOLSERVER]) + dnl ## Local Variables: dnl ## tab-width: 4 dnl ## End: |
