From: Uwe Steinmann Date: Wed, 2 Feb 2000 20:57:49 +0000 (+0000) Subject: - support libxml installed in gnome X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef4cd692e073801e735ada6ef251d62763c7f99d;p=php - support libxml installed in gnome --- 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)