]> granicus.if.org Git - php/commitdiff
found a typo!
authorThies C. Arntzen <thies@php.net>
Tue, 28 Sep 1999 09:59:59 +0000 (09:59 +0000)
committerThies C. Arntzen <thies@php.net>
Tue, 28 Sep 1999 09:59:59 +0000 (09:59 +0000)
ext/xml/config.m4

index bc4983c681d3508d1b1edd803b8bc6784ff58fa7..7a597e79167b8cebc94320732566bf2c18424d6f 100644 (file)
@@ -24,7 +24,7 @@ AC_ARG_WITH(xml,
        AC_CHECK_LIB(xmltok, main,
          AC_CHECK_LIB(xmlparse, main, XML_LIBS="-lxmlparse -lxmltok", 
            AC_MSG_ERROR(No expat library found for the xml module),"-lxmltok"),
-         AC_MSG_ERROR(No expart library found for the xml module))
+         AC_MSG_ERROR(No expat library found for the xml module))
       )
     else
       XML_LIBS="-L$withval/lib -lexpat"