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 <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka 2025-01-15 15:39:22 +09:00
parent b9f9e24c00
commit fa17f2aaed
No known key found for this signature in database
GPG Key ID: 640114AF89DE6054

View File

@ -1039,9 +1039,6 @@ AH_BOTTOM([
/* Under Windows we use the gettext code from gpgrt. */
#define GPG_ERR_ENABLE_GETTEXT_MACROS 1
/* Under WindowsCE we need gpg-error's strerror macro. */
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
"Copyright (C) 2001--2021 g10 Code GmbH\n"
])