scripts/build/companion_libs/mpfr.sh
changeset 1422 ff866c9faad2
parent 1386 7995942261f2
child 1449 8ad2773e7ae3
     1.1 --- a/scripts/build/companion_libs/mpfr.sh	Mon May 25 19:46:58 2009 +0000
     1.2 +++ b/scripts/build/companion_libs/mpfr.sh	Tue Jun 23 22:57:12 2009 +0200
     1.3 @@ -64,7 +64,8 @@
     1.4      mpfr_opt=
     1.5      # Under Cygwin, we can't build a thread-safe library
     1.6      case "${CT_HOST}" in
     1.7 -        *-cygwin)   mpfr_opt="--disable-thread-safe";;
     1.8 +        *cygwin*)   mpfr_opt="--disable-thread-safe";;
     1.9 +        *mingw*)    mpfr_opt="--disable-thread-safe";;
    1.10          *)          mpfr_opt="--enable-thread-safe";;
    1.11      esac
    1.12