From: Simon Josefsson Date: Tue, 8 Nov 2011 18:43:38 +0000 (+0100) Subject: Use gettext 0.18 to avoid build error. X-Git-Tag: gnutls_3_0_8~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cc41ac9719b04ab71f826968bb59c803f1db2ee;p=thirdparty%2Fgnutls.git Use gettext 0.18 to avoid build error. --- diff --git a/configure.ac b/configure.ac index 2f6ee4a311..65a947a5e6 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,7 @@ LIBGNUTLS_EXTRA_HOOKS GTK_DOC_CHECK(1.1) AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT_VERSION([0.18]) AC_C_BIGENDIAN