summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-02-25 13:03:16 +0000
committerWerner Koch <wk@gnupg.org>2010-02-25 13:03:16 +0000
commit3c85529ffac37cd126cfac860d629040012c51c5 (patch)
tree108c369614878b0468458b9225f1766f92f2a32a /m4
parentd20a4d4c79d4f12021383a7aeb5c34a861d858a4 (diff)
downloadlibassuan-3c85529ffac37cd126cfac860d629040012c51c5.tar.gz
Fix DLL creation.
Diffstat (limited to 'm4')
-rw-r--r--m4/libtool.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 2ca1c1f..84f334f 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -3007,6 +3007,17 @@ cygwin*)
lt_cv_file_magic_cmd='func_win32_libid'
;;
+
+mingw32ce*)
+ # Windows CE is often used with non-x86 platforms and thus the below
+ # mingw and cegcc checks don't work. It would be possible to
+ # support other architectures in these checks. However x86 is pretty
+ # hard coded and changing this would require quite some tests on all
+ # the platforms to be sure not to break something. Thus we take the
+ # easy way out and don't check at all.
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
mingw* | pw32*)
# Base MSYS/MinGW do not provide the 'file' command needed by
# func_win32_libid shell function, so use a weaker test based on 'objdump',