mirror of
https://github.com/php/php-src.git
synced 2026-04-15 03:51:07 +02:00
fixed a mistake. should be .
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user