From: Stig Bakken Date: Wed, 21 Jul 1999 14:49:17 +0000 (+0000) Subject: that's better X-Git-Tag: php-4.0b1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9b0f600980fb021264758ee5d53d693b1dfc342;p=php that's better --- diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index 316b23b761..b70082a547 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -9,8 +9,6 @@ AC_ARG_WITH(xml, test -d /usr/include/xmltok && XML_INCLUDE="-I/usr/include/xmltok" test -d /usr/include/xml && XML_INCLUDE="-I/usr/include/xml" test -d /usr/local/include/xml && XML_INCLUDE="-I/usr/local/include/xml" - test -d /usr/include/xml && XML_INCLUDE="-I/usr/include/xml" - XML_INCLUDE="-I/usr/include/xml" AC_CHECK_LIB(expat, main, XML_LIBS="-lexpat", XML_LIBS="-lxmlparse -lxmltok") else XML_LIBS="-L$withval/lib -lexpat"