summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Fanjul <albertofanjul@gmail.com>2020-05-06 11:29:57 +0200
committerAlberto Fanjul <albertofanjul@gmail.com>2020-05-06 21:53:11 +0200
commitc74a685c65064a80681bb207cc005cf2634d7fb2 (patch)
tree9435f60096d9c9f8e085fa7cef263545b7ea9af4
parentd44e266414ff68725c90fd23202addf0d747a81f (diff)
downloadglade-c74a685c65064a80681bb207cc005cf2634d7fb2.tar.gz
gettext: Support 0.20
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 79e4d58d..cb8edafd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,6 +111,7 @@ dnl Gettext stuff.
dnl ================================================================
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.19.8])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
GETTEXT_PACKAGE=AC_PACKAGE_NAME
AC_SUBST(GETTEXT_PACKAGE)