]> granicus.if.org Git - php/commitdiff
Changed --with-wddx to --enable-wddx.
authorAndrei Zmievski <andrei@php.net>
Tue, 15 Feb 2000 14:43:32 +0000 (14:43 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 15 Feb 2000 14:43:32 +0000 (14:43 +0000)
ext/wddx/config.m4

index 2a0b90723099a0f7f7ae784fd8a286dcd3bb8c1a..8a3e7c81e102dd155e37a26ef2e569b6c36a2d85 100644 (file)
@@ -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