From 71756ce3735183ddf7c340e071fa649c446e262c Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 15 Jan 2025 15:32:13 +0900 Subject: build: Remove defining GPG_ERR_ENABLE_ERRNO_MACROS. * configure.ac (GPG_ERR_ENABLE_ERRNO_MACROS): Remove. -- It was for Windows CE. Signed-off-by: NIIBE Yutaka --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 15f8f23..594e7b0 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,6 @@ AH_BOTTOM([ /* For building we need to define these macro. */ #define GPG_ERR_ENABLE_GETTEXT_MACROS 1 -#define GPG_ERR_ENABLE_ERRNO_MACROS 1 #define GPGRT_ENABLE_ES_MACROS 1 #define GPGRT_ENABLE_LOG_MACROS 1 #define GPGRT_ENABLE_ARGPARSE_MACROS 1 -- cgit v1.2.3