Skip to content

Commit 530bb8e

Browse files
author
Andrei Zmievski
committed
Changed --with-wddx to --enable-wddx.
1 parent 4661030 commit 530bb8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/wddx/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ dnl config.m4 for extension wddx
33

44
AC_MSG_CHECKING(whether to include WDDX support)
55
AC_ARG_WITH(wddx,
6-
[ --with-wddx Include WDDX support],[
7-
if test "$withval" = "yes"; then
6+
[ --enable-wddx Include WDDX support],[
7+
if test "$enableval" = "yes"; then
88
if test "${enable_xml+set}" != "set" -o "$enable_xml" = "no"; then
99
AC_MSG_ERROR(WDDX requires --enable-xml)
1010
else

0 commit comments

Comments
 (0)