From 21329c5e0ca7040333daada9afa89712f553dc04 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 22 Aug 2003 15:04:29 +0000 Subject: allow building without libxml2 under win32 --- ext/dom/namelist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/dom/namelist.c') diff --git a/ext/dom/namelist.c b/ext/dom/namelist.c index 53e6e013a3..bb32183019 100644 --- a/ext/dom/namelist.c +++ b/ext/dom/namelist.c @@ -24,6 +24,7 @@ #endif #include "php.h" +#if HAVE_LIBXML && HAVE_DOM #include "php_dom.h" @@ -79,3 +80,4 @@ PHP_FUNCTION(dom_namelist_get_namespace_uri) DOM_NOT_IMPLEMENTED(); } /* }}} end dom_namelist_get_namespace_uri */ +#endif -- cgit v1.2.1