From ef4cd692e073801e735ada6ef251d62763c7f99d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 2 Feb 2000 20:57:49 +0000 Subject: [PATCH] - support libxml installed in gnome --- ext/domxml/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1