]> granicus.if.org Git - php/commitdiff
- support libxml installed in gnome
authorUwe Steinmann <steinm@php.net>
Wed, 2 Feb 2000 20:57:49 +0000 (20:57 +0000)
committerUwe Steinmann <steinm@php.net>
Wed, 2 Feb 2000 20:57:49 +0000 (20:57 +0000)
ext/domxml/config.m4

index c9ed3e8e99a0f329fd1d63c431c6cbab396baa85..77c481b8a46efc3a1a36dd65bb04dd05b1eea443 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/gnome-xml/tree.h && DOMXML_INCLUDE="$withval/include/gnome-xml"
       test -f $withval/include/tree.h && DOMXML_INCLUDE="$withval/include"
       if test -n "$DOMXML_INCLUDE" ; then
         AC_MSG_RESULT(yes)