summaryrefslogtreecommitdiff
path: root/ext/dom/config.m4
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-07 00:21:47 +0000
committerMarcus Boerger <helly@php.net>2003-12-07 00:21:47 +0000
commit9c8678eb7be5de9e98f4b867c06f5da62973b322 (patch)
tree658bfc9c01e3a5421622536ba9f0d30384fd8e43 /ext/dom/config.m4
parent3148e2e9be12920ef8d00fb54630696de8f2ca05 (diff)
downloadphp-git-9c8678eb7be5de9e98f4b867c06f5da62973b322.tar.gz
Fix enabling shared builds.
Diffstat (limited to 'ext/dom/config.m4')
-rw-r--r--ext/dom/config.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4
index 82c97e6bd3..43cd721927 100644
--- a/ext/dom/config.m4
+++ b/ext/dom/config.m4
@@ -4,6 +4,7 @@ dnl
PHP_ARG_ENABLE(dom, whether to enable DOM support,
[ --disable-dom Disable new DOM support.], yes)
+dom_shared=$ext_shared
if test -z "$PHP_LIBXML_DIR"; then
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
@@ -24,7 +25,7 @@ if test "$PHP_DOM" != "no" && test "$PHP_LIBXML" != "no"; then
domimplementationsource.c entityreference.c \
notation.c xpath.c dom_iterators.c \
typeinfo.c domerror.c domlocator.c namednodemap.c userdatahandler.c],
- $ext_shared)
+ $dom_shared)
PHP_SUBST(DOM_SHARED_LIBADD)
], [
AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])