summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Bridon <bochecha@daitauha.fr>2016-08-16 15:41:34 +0200
committerErnestas Kulik <ernestask@src.gnome.org>2016-08-17 20:26:11 +0300
commitdcb825479677de30770703820a2505af8dbde1b0 (patch)
tree09787705c12f8a640522cef8eca33f0811a16a5d
parenta71957fc829befed7047c74d5b871bed84ce532e (diff)
downloadnautilus-dcb825479677de30770703820a2505af8dbde1b0.tar.gz
Lower the minimum gettext version
We don't have such a recent gettext in the SDK. https://bugzilla.gnome.org/show_bug.cgi?id=769988
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d6e4da09..395abfdb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",
[the gettext translation domain])
-AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_VERSION([0.19.7])
AM_GNU_GETTEXT([external])
GLIB_GSETTINGS