diff options
author | Uwe Steinmann <steinm@php.net> | 2000-02-02 20:57:49 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-02-02 20:57:49 +0000 |
commit | ef4cd692e073801e735ada6ef251d62763c7f99d (patch) | |
tree | b7334d44e44c4b052de3804a7379b8f15ea5214e | |
parent | e1a753c3d03aa37bc47362465003a3fe89366f58 (diff) | |
download | php-git-ef4cd692e073801e735ada6ef251d62763c7f99d.tar.gz |
- support libxml installed in gnome
-rw-r--r-- | ext/domxml/config.m4 | 2 |
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) |