From 8ce4d530066491c151d12a32d1b75571b079f6d1 Mon Sep 17 00:00:00 2001 From: Enrico Maria Crisostomo Date: Mon, 30 Dec 2024 01:14:05 +0100 Subject: [PATCH] Downgrade gettext version from 0.22.5 to 0.21 in configure.ac to match ubuntu:latest --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 10e2a99a..62d13034 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ AM_CONDITIONAL([HAVE_MAKEINFO], [test -n "${MAKEINFO_PROG}"]) # Initialize gettext. AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION([0.22.5]) +AM_GNU_GETTEXT_VERSION([0.21]) AM_CONDITIONAL([USE_NLS], [test "x${USE_NLS}" = "xyes"]) # Configure C++ compiler