]> granicus.if.org Git - php/commitdiff
- should now compile and configure with libxml 2.0.0
authorUwe Steinmann <steinm@php.net>
Mon, 5 Jun 2000 15:39:29 +0000 (15:39 +0000)
committerUwe Steinmann <steinm@php.net>
Mon, 5 Jun 2000 15:39:29 +0000 (15:39 +0000)
ext/domxml/config.m4
ext/domxml/php_domxml.h

index 02e14c07e121aef3123f83fd2237704ecfbee16e..051bbd01555dd869ae237aadbd315e8d822f7672 100644 (file)
@@ -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)
index cfed9a1a2e52331ecd197ca7feecf0fe80bf91e9..5f8201abde4c587784695f60be364af155f64d0a 100644 (file)
@@ -35,7 +35,7 @@
 #define _PHP_DOMXML_H
 
 #if HAVE_DOMXML
-#include <gnome-xml/parser.h>
+#include <libxml/parser.h>
 
 extern zend_module_entry php_domxml_module_entry;
 #define php_domxml_module_ptr &php_domxml_module_entry