[nautilus] Lower the minimum gettext version



commit dcb825479677de30770703820a2505af8dbde1b0
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Tue Aug 16 15:41:34 2016 +0200

    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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4d6e4da..395abfd 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]