summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-08-19 13:19:56 +0000
committerWerner Koch <wk@gnupg.org>2010-08-19 13:19:56 +0000
commit1fa59a0a720115b2dcc515bc8d01cc041107d02b (patch)
tree181269f2875fc0aa81ad2ae858c13f705f2a9140 /configure.ac
parentc942aefbeff7379dc2cd2f730a333b4909217912 (diff)
downloadlibassuan-1fa59a0a720115b2dcc515bc8d01cc041107d02b.tar.gz
Prepare for a gpg-error change
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 81de1b8..c1bdfc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,19 @@ esac
AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
+AH_TOP([
+#ifndef _ASSUAN_CONFIG_H_INCLUDED
+#define _ASSUAN_CONFIG_H_INCLUDED
+
+/* Enable gpg-error's strerror macro under W32CE. */
+#define GPG_ERR_ENABLE_ERRNO_MACROS 1
+])
+
+AH_BOTTOM([
+
+#endif /*_ASSUAN_CONFIG_H_INCLUDED*/
+])
+
# Checks for programs.
missing_dir=`cd $ac_aux_dir && pwd`