fix `configure' typo for MinGW

This commit is contained in:
Matthew Flatt 2012-12-09 14:52:22 -07:00
parent 5b016b4c32
commit bca4f47188
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -4025,7 +4025,7 @@ case "$host_os" in
mingw*)
enable_parallel_by_default=yes
use_flag_pthread=no
MZOPTIONS="$MZOPTIONS -fno-omit-framepointer" # to make JIT backtraces work
MZOPTIONS="$MZOPTIONS -fno-omit-frame-pointer" # to make JIT backtraces work
MINGW=""
NOT_MINGW=".other"
MZINSTALLTARGET=mingw-install

View File

@ -560,7 +560,7 @@ case "$host_os" in
mingw*)
enable_parallel_by_default=yes
use_flag_pthread=no
MZOPTIONS="$MZOPTIONS -fno-omit-framepointer" # to make JIT backtraces work
MZOPTIONS="$MZOPTIONS -fno-omit-frame-pointer" # to make JIT backtraces work
MINGW=""
NOT_MINGW=".other"
MZINSTALLTARGET=mingw-install