tags 1092228 patch
thanks

Hello. The attached patch, meant to be
imported with "quilt import" on top
of the current ones, should fix this bug.

While we are at it, fixing #1048759 is easy enough
so I'll send a patch for that as well.

Thanks.
Description: Fix build with gettext 0.23
Author: Santiago Vila <[email protected]>
Bug-Debian: https://bugs.debian.org/1092228
Last-Update: 2025-01-13

--- a/configure.ac
+++ b/configure.ac
@@ -479,7 +479,7 @@
 ############################################################################
 AM_ICONV
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.20])
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.21])
 LDFLAGS="$LDFLAGS $LIBINTL $LIBICONV"
 
 ############################################################################

Reply via email to