From: oetiker Date: Tue, 29 Nov 2011 22:42:45 +0000 (+0000) Subject: fix typo in configure.ac (regression from r2227) fix for #324 X-Git-Url: https://git.tokkee.org/?p=rrdtool-all.git;a=commitdiff_plain;h=3d47f50dcef7cd453eab5577d1e9923aedf86871 fix typo in configure.ac (regression from r2227) fix for #324 git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2229 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index f351398a..48e2ef28 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -552,7 +552,7 @@ EX_CHECK_ALL(pangocairo-1.0, pango_cairo_context_set_font_options, pango/pango fi EX_CHECK_ALL(glib-2.0, glib_check_version, glib.h, glib-2.0, 2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, "") -[AEX_CHECK_ALL(xml2, xmlParseFile, libxml/parser.h, libxml-2.0, 2.7.8, http://xmlsoft.org/downloads.html, /usr/include/libxml2) +EX_CHECK_ALL(xml2, xmlParseFile, libxml/parser.h, libxml-2.0, 2.7.8, http://xmlsoft.org/downloads.html, /usr/include/libxml2) if test "$EX_CHECK_ALL_ERR" = "YES"; then AC_MSG_ERROR([Please fix the library issues listed above and try again.])