1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/ext/wddx/config.w32
T
2003-12-22 13:16:43 +00:00

13 lines
236 B
JavaScript

// $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");
ADD_EXTENSION_DEP('wddx', 'libxml');
}