diff options
author | sof <unknown> | 1999-01-26 09:59:19 +0000 |
---|---|---|
committer | sof <unknown> | 1999-01-26 09:59:19 +0000 |
commit | ca392637df83efdce9c51dc3f467d382842c0dfb (patch) | |
tree | f87ffcda1bee1a91e06660a2b89bad4d2b57076e /aclocal.m4 | |
parent | 90cd8bd55573c48a6e28369f48fcc1d94c0eb63b (diff) | |
download | haskell-ca392637df83efdce9c51dc3f467d382842c0dfb.tar.gz |
[project @ 1999-01-26 09:59:18 by sof]
Prepared to support i?86-*-mingw32
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 1e01c26615..b442a35461 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.36 1999/01/11 10:15:04 sof Exp $ +dnl $Id: aclocal.m4,v 1.37 1999/01/26 09:59:18 sof Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -77,7 +77,8 @@ changequote(<<, >>)dnl << case $HostPlatform in alpha-dec-osf*) fptools_cv_lead_uscore='no';; -*cygwin32) fptools_cv_lead_uscore='yes';; +*cygwin32) fptools_cv_lead_uscore='yes';; +*mingw32) fptools_cv_lead_uscore='yes';; *) >> changequote([, ])dnl AC_TRY_RUN([#ifdef HAVE_NLIST_H |