aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-01-31 15:27:03 +0000
committerWerner Koch <[email protected]>2000-01-31 15:27:03 +0000
commit100fc8da591e38107c578dcbe39d6634c7731846 (patch)
tree496ddc3285819edb0d35626ee057b9f5abff6334 /configure.in
parentSee ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch (diff)
downloadgnupg-100fc8da591e38107c578dcbe39d6634c7731846.tar.gz
gnupg-100fc8da591e38107c578dcbe39d6634c7731846.zip
See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner Koch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6c3b209cd..d67fdf9e1 100644
--- a/configure.in
+++ b/configure.in
@@ -671,8 +671,9 @@ if echo "$VERSION" | sed 's/-.*//' | grep "$tmp_pat" >/dev/null ; then
AC_DEFINE(IS_DEVELOPMENT_VERSION)
fi
-dnl Temp workaround:
+dnl Temp workarounds:
GNUPG_LINK_FILES(gcrypt/gcrypt.h, gcrypt.h )
+GNUPG_LINK_FILES(include/typtes.h, gcrypt/types.h )
AM_CONDITIONAL(CROSS_COMPILING, test x$cross_compiling = xyes)