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 24150de commit 4661030Copy full SHA for 4661030
ext/wddx/config.m4
@@ -5,8 +5,8 @@ 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
8
- if test "${with_xml+set}" != "set" -o "$with_xml" = "no"; then
9
- AC_MSG_ERROR(WDDX requires --with-xml)
+ if test "${enable_xml+set}" != "set" -o "$enable_xml" = "no"; then
+ AC_MSG_ERROR(WDDX requires --enable-xml)
10
else
11
AC_DEFINE(HAVE_WDDX, 1, [ ])
12
AC_MSG_RESULT(yes)
0 commit comments