From 7e6d51aa6fc97bed12486540167e9b710c9a3378 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Tue, 13 Jun 2023 12:45:08 +0200 Subject: [PATCH] Fix definition of GPG_ERR_ENABLE_GETTEXT_MACROS * configure.ac: Add missing value. -- Otherwise it would not be included in config.h --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5db75ad1..1f91af3b 100644 --- a/configure.ac +++ b/configure.ac @@ -923,7 +923,7 @@ AH_BOTTOM([ #endif /* Under Windows we use the gettext code from gpgrt. */ -#define GPG_ERR_ENABLE_GETTEXT_MACROS +#define GPG_ERR_ENABLE_GETTEXT_MACROS 1 /* Under WindowsCE we need gpg-error's strerror macro. */ #define GPG_ERR_ENABLE_ERRNO_MACROS 1