From fc20a3f36e3afb5aa4a6d606778f3275ea765716 Mon Sep 17 00:00:00 2001 From: Murilo Opsfelder Araujo Date: Thu, 24 Oct 2013 09:58:14 -0200 Subject: [PATCH] Require gettext 0.17 Cc: mopsfelder@gmail.com RHEL 6 has gettext 0.17 and it is able to build weechat 0.4.2 using this version of gettext. There is no real need for 0.18 as introduced by commit a3cc9bbe7e5dc868223f87471d1b569506341c86. Signed-off-by: Murilo Opsfelder Araujo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ba32ff7..a427663 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ esac # Gettext ALL_LINGUAS="fr es cs hu de ru pl it ja pt_BR tr" AM_GNU_GETTEXT -AM_GNU_GETTEXT_VERSION([0.18]) +AM_GNU_GETTEXT_VERSION([0.17]) # Checks for libraries AC_CHECK_LIB(ncurses, initscr, LIBNCURSES_FOUND=1, LIBNCURSES_FOUND=0) -- 1.8.4.1.559.gdb9bdfb