diff options
author | Ian Lynagh <igloo@earth.li> | 2012-03-15 14:56:37 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-03-15 15:57:12 +0000 |
commit | 634ffaff45896dad3cc08ac38611861fb46eb3d6 (patch) | |
tree | b4b254f0616f0d99a33db19daf3836626e64d173 /aclocal.m4 | |
parent | 4bbe9f719f4c26e7f2d8e5a3a8096ac956e1be6c (diff) | |
download | haskell-634ffaff45896dad3cc08ac38611861fb46eb3d6.tar.gz |
Some configure/aclocal fixes for Win64
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 6d80ad3759..666715cba4 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -686,7 +686,8 @@ case $HostPlatform in esac ;; alpha-dec-osf*) fptools_cv_leading_underscore=no;; *cygwin32) fptools_cv_leading_underscore=yes;; -*mingw32) fptools_cv_leading_underscore=yes;; +i386-unknown-mingw32) fptools_cv_leading_underscore=yes;; +x86_64-unknown-mingw32) fptools_cv_leading_underscore=no;; # HACK: Apple doesn't seem to provide nlist in the 64-bit-libraries x86_64-apple-darwin*) fptools_cv_leading_underscore=yes;; |