We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4661030 commit 530bb8eCopy full SHA for 530bb8e
ext/wddx/config.m4
@@ -3,8 +3,8 @@ dnl config.m4 for extension wddx
3
4
AC_MSG_CHECKING(whether to include WDDX support)
5
AC_ARG_WITH(wddx,
6
-[ --with-wddx Include WDDX support],[
7
- if test "$withval" = "yes"; then
+[ --enable-wddx Include WDDX support],[
+ if test "$enableval" = "yes"; then
8
if test "${enable_xml+set}" != "set" -o "$enable_xml" = "no"; then
9
AC_MSG_ERROR(WDDX requires --enable-xml)
10
else
0 commit comments