summaryrefslogtreecommitdiff
path: root/ext/wddx/config.m4
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-02-15 14:24:59 +0000
committerAndrei Zmievski <andrei@php.net>2000-02-15 14:24:59 +0000
commit4661030b38bd00cc17e8ede8b661eac17db62952 (patch)
tree58d5efab584bd2bfa7e90b708c1697868cf2e5e7 /ext/wddx/config.m4
parent24150ded0d8aa75d0a86efc4088e3df7de5e5812 (diff)
downloadphp-git-4661030b38bd00cc17e8ede8b661eac17db62952.tar.gz
Test for --enable-xml.
Diffstat (limited to 'ext/wddx/config.m4')
-rw-r--r--ext/wddx/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/wddx/config.m4 b/ext/wddx/config.m4
index c02884e7f9..2a0b907230 100644
--- a/ext/wddx/config.m4
+++ b/ext/wddx/config.m4
@@ -5,8 +5,8 @@ AC_MSG_CHECKING(whether to include WDDX support)
AC_ARG_WITH(wddx,
[ --with-wddx Include WDDX support],[
if test "$withval" = "yes"; then
- if test "${with_xml+set}" != "set" -o "$with_xml" = "no"; then
- 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)
else
AC_DEFINE(HAVE_WDDX, 1, [ ])
AC_MSG_RESULT(yes)