Skip to content

Commit 4661030

Browse files
author
Andrei Zmievski
committed
Test for --enable-xml.
1 parent 24150de commit 4661030

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
@@ -5,8 +5,8 @@ AC_MSG_CHECKING(whether to include WDDX support)
55
AC_ARG_WITH(wddx,
66
[ --with-wddx Include WDDX support],[
77
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)
8+
if test "${enable_xml+set}" != "set" -o "$enable_xml" = "no"; then
9+
AC_MSG_ERROR(WDDX requires --enable-xml)
1010
else
1111
AC_DEFINE(HAVE_WDDX, 1, [ ])
1212
AC_MSG_RESULT(yes)

0 commit comments

Comments
 (0)