summaryrefslogtreecommitdiff
path: root/ext/xml/config.w32
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-10-15 21:09:28 +0000
committerSVN Migration <svn@php.net>2006-10-15 21:09:28 +0000
commit88ec761548b66f58acc1a86cdd0fc164ca925476 (patch)
treed0af978fa00d83bb1d82c613f66477fbd6bb18aa /ext/xml/config.w32
parent268984b4787e797db6054313fc9ba3b9e845306e (diff)
downloadphp-git-PECL_OPENSSL.tar.gz
This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL
Diffstat (limited to 'ext/xml/config.w32')
-rw-r--r--ext/xml/config.w3215
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/xml/config.w32 b/ext/xml/config.w32
deleted file mode 100644
index 08d25ffe57..0000000000
--- a/ext/xml/config.w32
+++ /dev/null
@@ -1,15 +0,0 @@
-// $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");
- if (!PHP_XML_SHARED) {
- ADD_FLAG("CFLAGS_XML", "/D LIBXML_STATIC ");
- }
- ADD_EXTENSION_DEP('xml', 'libxml');
-}
-
-