php-src/ext/wddx/config.w32

12 lines
198 B
Plaintext
Raw Normal View History

// $Id$
// vim:ft=javascript
ARG_WITH("wddx", "WDDX support", "yes");
if (PHP_WDDX == "yes" && PHP_LIBXML == "yes") {
EXTENSION("wddx", "wddx.c");
AC_DEFINE("HAVE_WDDX", 1, "WDDX support");
}