summaryrefslogtreecommitdiff
path: root/ext/wddx/config.m4
blob: 4e9a5dc44eca9cd776cf02610ac0bfa07f08260a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl
dnl $Id$
dnl

PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
[  --enable-wddx           Enable WDDX support.])

if test "$PHP_WDDX" != "no"; then
  if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
    AC_MSG_WARN(Activating XML)
    enable_xml=yes
  fi
  AC_DEFINE(HAVE_WDDX, 1, [ ])
  PHP_EXTENSION(wddx, $ext_shared)
fi