summaryrefslogtreecommitdiff
path: root/ext/xml/config.w32
blob: 29bb5613d481169e04910cec70848fa69f698881 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$
// vim:ft=javascript

ARG_WITH("xml", "XML support", "yes");

if (PHP_XML == "yes" && PHP_LIBXML == "yes") {
	EXTENSION("xml", "xml.c compat.c");
	AC_DEFINE("HAVE_XML", 1, "XML support");
}