summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Limonciello <superm1@gmail.com>2016-08-22 10:15:07 -0400
committerRichard Hughes <richard@hughsie.com>2016-08-22 15:15:07 +0100
commit734f1f63e29e94f0a1014b28c672f264d72dc249 (patch)
tree66d5069c2d339f42f559f9f10b41b387147315c2
parente83da4ad01e6eaa50b45124706ef9f6b31bcd071 (diff)
downloadappstream-glib-734f1f63e29e94f0a1014b28c672f264d72dc249.tar.gz
trivial: lower requirement for appstream-glib (#132)
This allows easier compilation on Ubuntu 16.04
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aca2c7a..e87ddcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ GNOME_COMPILE_WARNINGS([maximum],[
# internationalization
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_VERSION([0.19.7])
AC_SUBST([GETTEXT_PACKAGE], [appstream-glib])
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])