]> granicus.if.org Git - php/commitdiff
overlooked them
authorSascha Schumann <sas@php.net>
Sat, 24 Jul 1999 21:40:37 +0000 (21:40 +0000)
committerSascha Schumann <sas@php.net>
Sat, 24 Jul 1999 21:40:37 +0000 (21:40 +0000)
ext/xml/config.m4

index daba7bfc0a82ff97729ea0ae50901a9534c81950..df323399dc1dda38ca2ab94aed60a27e7ca2de71 100644 (file)
@@ -27,9 +27,9 @@ AC_ARG_WITH(xml,
       AC_MSG_RESULT([yes (static)])
     fi
     if test "$withval" = "yes"; then
-      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/xmltok && XML_INCLUDE="/usr/include/xmltok"
+      test -d /usr/include/xml && XML_INCLUDE="/usr/include/xml"
+      test -d /usr/local/include/xml && XML_INCLUDE="/usr/local/include/xml"
       AC_CHECK_LIB(expat, main, XML_LIBS="-lexpat", XML_LIBS="-lxmlparse -lxmltok")
     else
       XML_LIBS="-L$withval/lib -lexpat"