You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
328 B

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
fi
AC_DEFINE(HAVE_WDDX, 1, [ ])
PHP_EXTENSION(wddx)
fi