diff options
Diffstat (limited to 'ext/dom/namelist.c')
| -rw-r--r-- | ext/dom/namelist.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
