summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lefevre <vincent@vinc17.net>2021-02-19 00:20:42 +0100
committerVincent Lefevre <vincent@vinc17.net>2021-02-19 00:20:42 +0100
commit8d94928e4518a2ba7014fe2c3f36672f52f0697c (patch)
treebb0a83be6f223a15f601f23f904f14e4ec8baad1
parent33fe78af7c1e3c60f9b799a2e7cfb49070ac0fe1 (diff)
Remove the AM_GNU_GETTEXT_VERSION line as it makes autoreconf fail with
gettext < 0.21 because autopoint complains that gettext is too old. Using this line with a version smaller than 0.21 makes autopoint itself fail, thus does not solve the problem.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d18e7463..69792330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1220,7 +1220,6 @@ AC_ARG_ENABLE(iconv, AS_HELP_STRING([--disable-iconv],[Disable iconv support]),
])
AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.21])
AM_ICONV
if test "$am_cv_func_iconv" != "yes"