mirror of
https://github.com/mirror/wget.git
synced 2025-02-06 01:30:18 +08:00
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.
This commit is contained in:
parent
f7ce79fd85
commit
cc5ec2a158
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user