summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshit Shah <darnir@gnu.org>2022-02-25 17:25:30 +0100
committerDarshit Shah <darnir@gnu.org>2022-02-25 17:25:30 +0100
commitcc5ec2a158a7cd9e3e50ff37831f4598bff1cb6c (patch)
tree95924c096258036d013dbb67d54df015868d531c
parentf7ce79fd85c39128d255a15a01ee28191cd68e71 (diff)
downloadwget-cc5ec2a158a7cd9e3e50ff37831f4598bff1cb6c.tar.gz
Fix case where installed gettext is newer than minimum version
* configure.ac: Use AM_GNU_GETTEXT_REQUIRE_VERSION to specify a minimum version of gettext needed. This should allow newer versions of gettext to be copied for autipoint to use when available. This commit hopefully fixes the annoying issue when building from source on a system that has a newer version of gettext.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 885194d4..8a5af520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -262,6 +262,7 @@ dnl Gettext
dnl
AM_GNU_GETTEXT([external],[need-ngettext])
AM_GNU_GETTEXT_VERSION([0.19.3])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.3])
AC_PROG_RANLIB