diff options
author | Wez Furlong <wez@php.net> | 2003-12-02 23:17:04 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-02 23:17:04 +0000 |
commit | 05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b (patch) | |
tree | 70b88eab212d192b86f10a5dedfcedb92785f840 /ext/simplexml/config.w32 | |
parent | 30b631d9f613e1644123e9cea0285ff1f7278b08 (diff) | |
download | php-git-05b9b20ed8e2f98b3fb71a227e49e11bdf7b9c6b.tar.gz |
Add new (optional!) win32 build infrastructure.
Will follow up to internals@ shortly.
Diffstat (limited to 'ext/simplexml/config.w32')
-rw-r--r-- | ext/simplexml/config.w32 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/simplexml/config.w32 b/ext/simplexml/config.w32 new file mode 100644 index 0000000000..35a29c02ef --- /dev/null +++ b/ext/simplexml/config.w32 @@ -0,0 +1,11 @@ +// $Id$ +// vim:ft=javascript + +ARG_WITH("simplexml", "Simple XML support", "yes"); + +if (PHP_SIMPLEXML == "yes" && PHP_LIBXML == "yes") { + EXTENSION("simplexml", "simplexml.c"); + AC_DEFINE("HAVE_SIMPLEXML", 1, "Simple XML support"); +} + + |