summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)