mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Fix enable again.
This commit is contained in:
parent
4a211a80fb
commit
1f19c43d9d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue