php-src/ext/wddx/config.m4

16 lines
359 B
Plaintext
Raw Normal View History

2001-11-30 19:00:13 +00:00
dnl
1999-07-19 20:24:03 +00:00
dnl $Id$
2001-11-30 19:00:13 +00:00
dnl
1999-07-19 20:24:03 +00:00
2001-11-30 19:00:13 +00:00
PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
2005-05-29 23:17:16 +00:00
[ --enable-wddx Enable WDDX support])
2001-04-20 19:33:22 +00:00
if test "$PHP_WDDX" != "no"; then
if test "$ext_shared" != "yes" && test "$enable_xml" = "no"; then
AC_MSG_WARN(Activating XML)
enable_xml=yes
1999-07-19 20:24:03 +00:00
fi
AC_DEFINE(HAVE_WDDX, 1, [ ])
PHP_NEW_EXTENSION(wddx, wddx.c, $ext_shared)
fi