summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2025-01-15 07:42:46 +0100
committerNIIBE Yutaka <gniibe@fsij.org>2025-01-15 07:42:46 +0100
commit6c01d97b175681fb184a6fbd32d55f481b3b638d (patch)
treed923f0c7474f0825eba36dc5311bcf8c75f6cf3a /configure.ac
parentspeedo: Do not package zlib and bzip2 object files (diff)
downloadgnupg2-6c01d97b175681fb184a6fbd32d55f481b3b638d.tar.xz
gnupg2-6c01d97b175681fb184a6fbd32d55f481b3b638d.zip
build: Remove defining GPG_ERR_ENABLE_ERRNO_MACROS.HEADmaster
* configure.ac (GPG_ERR_ENABLE_ERRNO_MACROS): Remove. -- It was for Windows CE. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cbe83ea21..23a9101e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -593,9 +593,6 @@ AH_BOTTOM([
/* Under Windows we use the gettext code from libgpg-error. */
#define GPG_ERR_ENABLE_GETTEXT_MACROS
-/* Under WindowsCE we use the strerror replacement from libgpg-error. */
-#define GPG_ERR_ENABLE_ERRNO_MACROS
-
#endif /*GNUPG_CONFIG_H_INCLUDED*/
])