php-src/ext/wddx/config.m4

15 lines
328 B
Plaintext
Raw Normal View History

1999-07-19 20:24:03 +00:00
dnl $Id$
dnl config.m4 for extension wddx
PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
[ --enable-wddx Enable WDDX support])
if test "$PHP_WDDX" = "yes"; then
if 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_EXTENSION(wddx)
fi