From: Tobias Oetiker Date: Thu, 1 Dec 2011 15:09:12 +0000 (+0000) Subject: gettext 0.17 is sufficient too and more widely used than 0.18 ... X-Git-Tag: 1.4.6~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4d07fd8d48ab0e24077b33d12465388a401384a;p=thirdparty%2Frrdtool-1.x.git gettext 0.17 is sufficient too and more widely used than 0.18 ... -- Bernard Li git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2231 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index 06c0fb20..27503661 100644 --- a/configure.ac +++ b/configure.ac @@ -280,7 +280,7 @@ AC_CHECK_FUNCS(posix_fadvise) CONFIGURE_PART(Libintl Processing) -AM_GNU_GETTEXT_VERSION(0.18) +AM_GNU_GETTEXT_VERSION(0.17) AM_GNU_GETTEXT(external) CONFIGURE_PART(IEEE Math Checks)