diff options
-rw-r--r-- | ext/dom/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/config.m4 b/ext/dom/config.m4 index d4eea28109..b791b4db5c 100644 --- a/ext/dom/config.m4 +++ b/ext/dom/config.m4 @@ -26,7 +26,7 @@ if test "$PHP_DOM" != "no" && test "$PHP_LIBXML" != "no"; then typeinfo.c domerror.c domlocator.c namednodemap.c userdatahandler.c], $ext_shared) PHP_SUBST(DOM_SHARED_LIBADD) - PHP_ADD_EXTENSION_DEP(dom, libxml) + PHP_ADD_EXTENSION_DEP(dom, libxml) ], [ AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.]) ]) |