From 2067e35a5d15642e1891feaf31d264492c3d294d Mon Sep 17 00:00:00 2001 From: "Alex-P. Natsios" Date: Sun, 27 Jul 2014 15:02:36 +0200 Subject: [PATCH] gettext: downgrade in order to work with older Ubuntu LTS Summary: older Ubuntu releases are a little below 0.18.3 plus this makes it consistent with the rest of our projects. Reviewers: billiob Differential Revision: https://phab.enlightenment.org/D1243 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d54c832..03c08f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_SUBST(efl_version) m4_ifdef([AM_GNU_GETTEXT_VERSION], [ -AM_GNU_GETTEXT_VERSION([0.18.3]) +AM_GNU_GETTEXT_VERSION([0.17]) ]) m4_ifdef([AC_GNU_GETTEXT], [