summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-02-06 14:59:51 +0000
committerfoobar <sniper@php.net>2004-02-06 14:59:51 +0000
commitb8e6cde6c6bf9b063106f031b64aaab5ac83eea6 (patch)
treebdb420f876baa67d467b530a274ea51a9f763309
parent6ae97a5b250ba87d960c2df4090846ffa8a6551a (diff)
downloadphp-git-b8e6cde6c6bf9b063106f031b64aaab5ac83eea6.tar.gz
fine tune
-rw-r--r--ext/soap/config.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/soap/config.m4 b/ext/soap/config.m4
index 5d719a7caa..73d2b1e673 100644
--- a/ext/soap/config.m4
+++ b/ext/soap/config.m4
@@ -1,8 +1,8 @@
dnl $Id$
dnl config.m4 for extension soap
-PHP_ARG_WITH(soap, whether to enable soap support,
-[ --with-soap Include SOAP support.])
+PHP_ARG_ENABLE(soap, whether to enable soap support,
+[ --enable-soap Include SOAP support.])
if test -z "$PHP_LIBXML_DIR"; then
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
@@ -12,7 +12,7 @@ fi
if test "$PHP_SOAP" != "no" && test "$PHP_LIBXML" != "no"; then
PHP_SETUP_LIBXML(SOAP_SHARED_LIBADD, [
AC_DEFINE(HAVE_SOAP,1,[ ])
- PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_xml.c, $ext_shared)
+ PHP_NEW_EXTENSION(soap, soap.c php_encoding.c php_http.c php_packet_soap.c php_schema.c php_sdl.c php_xml.c, $ext_shared)
PHP_SUBST(SOAP_SHARED_LIBADD)
], [
AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])