diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2025-01-15 07:42:46 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2025-01-15 07:42:46 +0100 |
commit | 6c01d97b175681fb184a6fbd32d55f481b3b638d (patch) | |
tree | d923f0c7474f0825eba36dc5311bcf8c75f6cf3a /configure.ac | |
parent | speedo: Do not package zlib and bzip2 object files (diff) | |
download | gnupg2-6c01d97b175681fb184a6fbd32d55f481b3b638d.tar.xz gnupg2-6c01d97b175681fb184a6fbd32d55f481b3b638d.zip |
* 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.ac | 3 |
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*/ ]) |