diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 0e976e33c..9a22b56e1 100644 --- a/configure.in +++ b/configure.in @@ -125,7 +125,7 @@ dnl dnl Setup some stuff depending on host/target. dnl case "${target}" in - *-*-mingw32) + *-*-mingw32*) # special stuff for Windoze NT # Do we need to set cross_compiling here or is it sufficient # to rely on AC_PROG_CC which is called later? @@ -163,7 +163,7 @@ MPI_OPT_FLAGS="" try_gettext=yes try_gdbm=yes case "${target}" in - *-*-mingw32) + *-*-mingw32*) # special stuff for Windoze NT ac_cv_have_dev_random=no AC_DEFINE(USE_ONLY_8DOT3) @@ -225,7 +225,7 @@ fi case "${target}" in - *-*-mingw32) + *-*-mingw32*) PRINTABLE_OS_NAME="MingW32" ;; i?86-emx-os2 | i?86-*-os2*emx ) @@ -481,7 +481,7 @@ if test "$use_static_rnd" = default; then static_random_module="rndlinux" else case "${target}" in - *-*-mingw32) + *-*-mingw32*) static_random_module="rndw32" AC_DEFINE(USE_STATIC_RNDW32) ;; |