Skip to content

Commit f9b0f60

Browse files
committed
that's better
1 parent 57f0f15 commit f9b0f60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/xml/config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ AC_ARG_WITH(xml,
99
test -d /usr/include/xmltok && XML_INCLUDE="-I/usr/include/xmltok"
1010
test -d /usr/include/xml && XML_INCLUDE="-I/usr/include/xml"
1111
test -d /usr/local/include/xml && XML_INCLUDE="-I/usr/local/include/xml"
12-
test -d /usr/include/xml && XML_INCLUDE="-I/usr/include/xml"
13-
XML_INCLUDE="-I/usr/include/xml"
1412
AC_CHECK_LIB(expat, main, XML_LIBS="-lexpat", XML_LIBS="-lxmlparse -lxmltok")
1513
else
1614
XML_LIBS="-L$withval/lib -lexpat"

0 commit comments

Comments
 (0)