summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-17 17:44:49 +0000
committerWerner Koch <wk@gnupg.org>2006-10-17 17:44:49 +0000
commit7b99fd7c97e11524f8eb1c9b158cf791f5a44caf (patch)
tree2a299b9249ee68c71ada82852da79d730aed5c0c /acinclude.m4
parent488b253f39b008230989660639304f66f1015626 (diff)
downloadlibgcrypt-7b99fd7c97e11524f8eb1c9b158cf791f5a44caf.tar.gz
Various minor changes.
Support for DSA2.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m49
1 files changed, 7 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index d538210d..7fb5c7d8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -69,13 +69,18 @@ AC_DEFUN([GNUPG_CHECK_GNUMAKE],
# Taken from GnuPG 1.2 and modified to use the libtool macros.
AC_DEFUN([GNUPG_SYS_SYMBOL_UNDERSCORE],
[tmp_do_check="no"
-case "${target}" in
+case "${host}" in
+ *-mingw32msvc*)
+ ac_cv_sys_symbol_underscore=yes
+ ;;
i386-emx-os2 | i[3456]86-pc-os2*emx | i386-pc-msdosdjgpp)
ac_cv_sys_symbol_underscore=yes
;;
*)
if test "$cross_compiling" = yes; then
- ac_cv_sys_symbol_underscore=yes
+ if test "x$ac_cv_sys_symbol_underscore" = x ; then
+ ac_cv_sys_symbol_underscore=yes
+ fi
else
tmp_do_check="yes"
fi