build-sys: Lower the minimum gettext version

The old minimum version was set in commit 57e3ccaf51 based on what the
commit author happened to have installed at the time. Russell Treleaven
now confirmed that Debian 8's gettext version, 0.19.3, works fine too,
or at least PulseAudio builds without errors. There might be room to
lower the required version even further, but that requires someone to
test older gettext versions.
This commit is contained in:
Tanu Kaskinen 2019-03-14 21:10:50 +02:00
parent 904dd38003
commit c235acd787

View file

@ -101,7 +101,7 @@ PKG_PROG_PKG_CONFIG
# gettext
AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT_VERSION([0.19.3])
AM_GNU_GETTEXT([external])
GETTEXT_PACKAGE=pulseaudio