From a8401a33c611951c0d8ab1a97d4c85d1f80e2fc0 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 5 Jun 2000 15:39:29 +0000 Subject: [PATCH] - should now compile and configure with libxml 2.0.0 --- ext/domxml/config.m4 | 2 +- ext/domxml/php_domxml.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4 index 02e14c07e1..051bbd0155 100644 --- a/ext/domxml/config.m4 +++ b/ext/domxml/config.m4 @@ -22,7 +22,7 @@ AC_ARG_WITH(dom, AC_ADD_INCLUDE(/usr/local/include) ;; *) - test -f $withval/include/gnome-xml/tree.h && DOMXML_INCLUDE="$withval/include" + test -f $withval/include/libxml/tree.h && DOMXML_INCLUDE="$withval/include" if test -n "$DOMXML_INCLUDE" ; then AC_MSG_RESULT(yes) PHP_EXTENSION(domxml) diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index cfed9a1a2e..5f8201abde 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -35,7 +35,7 @@ #define _PHP_DOMXML_H #if HAVE_DOMXML -#include +#include extern zend_module_entry php_domxml_module_entry; #define php_domxml_module_ptr &php_domxml_module_entry -- 2.50.1