summaryrefslogtreecommitdiff
path: root/ext/xml/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/config.m4')
-rw-r--r--ext/xml/config.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/xml/config.m4 b/ext/xml/config.m4
deleted file mode 100644
index c4c2de4aa6..0000000000
--- a/ext/xml/config.m4
+++ /dev/null
@@ -1,16 +0,0 @@
-dnl
-dnl $Id$
-dnl
-
-PHP_ARG_ENABLE(xml,whether to enable XML support,
-[ --disable-xml Disable XML support using bundled expat lib], yes)
-
-if test "$PHP_XML" = "yes"; then
- AC_DEFINE(HAVE_XML, 1, [ ])
-
- if test "$PHP_BUNDLE_EXPAT" = "no" && test "$PHP_BUNDLE_LIBXML" = "no"; then
- AC_MSG_ERROR(xml support is enabled, however both xml libraries have been disabled.)
- fi
-
- PHP_NEW_EXTENSION(xml, compat.c xml.c, $ext_shared)
-fi