configure.ac: Revert to requiring gettext 0.19

This commit is contained in:
Darshit Shah 2020-12-28 01:09:03 +01:00
parent 0309d13794
commit 29917a3052
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -21,7 +21,7 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
** Post Handshake Authentication for OpenSSL
** Require gettext version 0.20+
** Require gettext version 0.19.3+
** Add configure flags --enable-fsanitize-ubsan, --enable-fsanitize-asan
and --enable-fsanitize-msan for gcc and clang

View File

@ -257,7 +257,7 @@ dnl
dnl Gettext
dnl
AM_GNU_GETTEXT([external],[need-ngettext])
AM_GNU_GETTEXT_VERSION([0.20])
AM_GNU_GETTEXT_VERSION([0.19.3])
AC_PROG_RANLIB