mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
Enabling WDDX by default.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
dnl $Id$
|
||||
dnl config.m4 for extension wddx
|
||||
|
||||
PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
|
||||
[ --enable-wddx Enable WDDX support])
|
||||
PHP_ARG_ENABLE(wddx,for WDDX support,
|
||||
[ --disable-wddx Disable WDDX support], yes)
|
||||
|
||||
if test "$PHP_WDDX" = "yes"; then
|
||||
if test "$PHP_WDDX" != "no"; then
|
||||
if test "$enable_xml" = "no"; then
|
||||
AC_MSG_WARN(Activating XML)
|
||||
enable_xml=yes
|
||||
fi
|
||||
AC_DEFINE(HAVE_WDDX, 1, [ ])
|
||||
PHP_EXTENSION(wddx)
|
||||
PHP_EXTENSION(wddx, $ext_shared)
|
||||
fi
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
# $Source$
|
||||
# $Id$
|
||||
|
||||
define_option with-wddx 'wddx support?' yesnodir no \
|
||||
' Whether to build the wddx extension.'
|
||||
|
||||
Reference in New Issue
Block a user