X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.in;h=6e174afec5166692d0877c092b5d4a0220df3ca3;hb=ed198935bdd0ef50c105373958e8c1f2b26eb10b;hp=2454c9141d9191df1eba5bb2cf5ead250514d3eb;hpb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;p=ghc-hetmet.git diff --git a/configure.in b/configure.in index 2454c91..6e174af 100644 --- a/configure.in +++ b/configure.in @@ -159,6 +159,16 @@ i[[3456]]86-*-cygwin32*) HostOS_CPP='cygwin32' exeext='.exe' ;; +i[[3456]]86-*-mingw32*) + HostPlatform=i386-unknown-mingw32 # hack again + TargetPlatform=i386-unknown-mingw32 + BuildPlatform=i386-unknown-mingw32 + HostPlatform_CPP='i386_unknown_mingw32' + HostArch_CPP='i386' + HostVendor_CPP='unknown' + HostOS_CPP='mingw32' + exeext='.exe' + ;; m68k-next-nextstep2) HostPlatform_CPP='m68k_next_nextstep2' HostArch_CPP='m68k' @@ -460,6 +470,7 @@ dnl ** how do we get a timezone name, and UTC offset ? AC_STRUCT_TIMEZONE dnl ** what's the type of timezone? +FPTOOLS_HAVE_TIMEZONE FPTOOLS_TYPE_TIMEZONE dnl ** do we have altzone?