From: Andrei Zmievski Date: Tue, 15 Feb 2000 14:43:32 +0000 (+0000) Subject: Changed --with-wddx to --enable-wddx. X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=530bb8ec9e00f3994c30d1e007c4328d277a5ee2;p=php Changed --with-wddx to --enable-wddx. --- diff --git a/ext/wddx/config.m4 b/ext/wddx/config.m4 index 2a0b907230..8a3e7c81e1 100644 --- a/ext/wddx/config.m4 +++ b/ext/wddx/config.m4 @@ -3,8 +3,8 @@ dnl config.m4 for extension wddx AC_MSG_CHECKING(whether to include WDDX support) AC_ARG_WITH(wddx, -[ --with-wddx Include WDDX support],[ - if test "$withval" = "yes"; then +[ --enable-wddx Include WDDX support],[ + if test "$enableval" = "yes"; then if test "${enable_xml+set}" != "set" -o "$enable_xml" = "no"; then AC_MSG_ERROR(WDDX requires --enable-xml) else