Fix enable again.

This commit is contained in:
Andrei Zmievski 2000-02-15 22:55:45 +00:00
parent 4a211a80fb
commit 1f19c43d9d

View file

@ -2,11 +2,11 @@ dnl $Id$
dnl config.m4 for extension wddx
AC_MSG_CHECKING(whether to include WDDX support)
AC_ARG_WITH(wddx,
AC_ARG_ENABLE(wddx,
[ --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)
AC_MSG_ERROR(WDDX requires --enable-xml)
else
AC_DEFINE(HAVE_WDDX, 1, [ ])
AC_MSG_RESULT(yes)