From: Rui Hirokawa Date: Thu, 19 Oct 2000 12:10:59 +0000 (+0000) Subject: fixed a mistake. should be . X-Git-Tag: php-4.0.4RC3~622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8967fdc58216c69362e6b698130c19bac2287ce;p=php fixed a mistake. should be . --- diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4 index 44d965798f..27f2f893a3 100644 --- a/ext/domxml/config.m4 +++ b/ext/domxml/config.m4 @@ -7,10 +7,10 @@ Make sure that the comment is aligned: DIR is the libxml install directory, defaults to /usr.]) -if test "$PHP_DOMXML" != "no"; then +if test "$PHP_DOM" != "no"; then - if test -r $PHP_DOMXML/include/libxml/tree.h; then - DOMXML_DIR=$PHP_DOMXML + if test -r $PHP_DOM/include/libxml/tree.h; then + DOMXML_DIR=$PHP_DOM else AC_MSG_CHECKING(for DOM in default path) for i in /usr/local /usr; do