summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@src.gnome.org>2020-01-13 13:35:45 +0100
committerDaiki Ueno <dueno@src.gnome.org>2020-01-13 14:30:46 +0100
commit7a6d4b9bc1e03657bf39f795376d2e1bcacd6765 (patch)
treec1126df809af27b2c027eef046349ff01e782536
parenta27f85f1eea6a720cc515fb02301aea3f2a4c9e2 (diff)
downloadlibsecret-7a6d4b9bc1e03657bf39f795376d2e1bcacd6765.tar.gz
build: Require gettext 0.19.8 or newer, not the exactly that version
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d11ed70..9f59dbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,11 @@ PKG_PROG_PKG_CONFIG
# i18n
AM_GNU_GETTEXT([external])
+# FIXME: Remove AM_GNU_GETTEXT_VERSION once autoreconf supports REQUIRE_VERSION
AM_GNU_GETTEXT_VERSION([0.19.8])
+m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION],[
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+])
GETTEXT_PACKAGE=libsecret
AC_SUBST([GETTEXT_PACKAGE])