From bca4f471887802f8c2b19c200c1f9918a53f034a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 9 Dec 2012 14:52:22 -0700 Subject: [PATCH] fix `configure' typo for MinGW --- src/configure | 2 +- src/racket/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure b/src/configure index b15caf8a7a..232a86ceb8 100755 --- a/src/configure +++ b/src/configure @@ -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 diff --git a/src/racket/configure.ac b/src/racket/configure.ac index f957d9092e..cb784f22b9 100644 --- a/src/racket/configure.ac +++ b/src/racket/configure.ac @@ -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