aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2021-03-01 15:02:24 +0100
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2021-03-01 15:02:24 +0100
commitcbbb3ee34ee7ad3bceec7b6a69547d464cc9bee0 (patch)
treed761efb5dcfeb6338359844a8a26eaf6789eab1a
parent242ad0b774c726cabaced873864a03a52e99e315 (diff)
downloadv4l-utils-cbbb3ee34ee7ad3bceec7b6a69547d464cc9bee0.tar.gz
configure.ac: revert AM_GNU_GETTEXT_VERSION change
AM_GNU_GETTEXT_VERSION was changed accidentally to version 0.21 in the previous commit, but this fails on some distros with an older gettext. Go back to the old AM_GNU_GETTEXT_VERSION([0.19.8]). Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bfd799b7..5290fa01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -97,7 +97,7 @@ PKG_PROG_PKG_CONFIG
DX_DOT_FEATURE(ON)
DX_INIT_DOXYGEN($PACKAGE_NAME, doxygen_libdvbv5.cfg)
ALL_LINGUAS=""
-AM_GNU_GETTEXT_VERSION([0.21])
+AM_GNU_GETTEXT_VERSION([0.19.8])
AM_GNU_GETTEXT([external])
LIBDVBV5_DOMAIN="libdvbv5"