summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-02-02 20:57:49 +0000
committerUwe Steinmann <steinm@php.net>2000-02-02 20:57:49 +0000
commitef4cd692e073801e735ada6ef251d62763c7f99d (patch)
treeb7334d44e44c4b052de3804a7379b8f15ea5214e
parente1a753c3d03aa37bc47362465003a3fe89366f58 (diff)
downloadphp-git-ef4cd692e073801e735ada6ef251d62763c7f99d.tar.gz
- support libxml installed in gnome
-rw-r--r--ext/domxml/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4
index c9ed3e8e99..77c481b8a4 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/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)