diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
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) |