From a054e6e61e81fdf9a5f53fb965fceff19289a103 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 28 Sep 1999 09:59:59 +0000 Subject: [PATCH] found a typo! --- ext/xml/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/xml/config.m4 b/ext/xml/config.m4 index bc4983c681..7a597e7916 100644 --- a/ext/xml/config.m4 +++ b/ext/xml/config.m4 @@ -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" -- 2.50.1