Fix JIT support on macOS. This was broken by a copy-paste error

in b5820d8059.
This commit is contained in:
Alexei Svitkine 2017-12-15 16:42:49 -05:00
parent 1669960afd
commit 1c9b21f580
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@ AC_TRANSLATE_DEFINE(HAVE_SIGCONTEXT_SUBTERFUGE, "$ac_cv_have_sigcontext_hack",
dnl Resolve and set the proper sigsegv_recovery method...
if [[ "x$ac_cv_have_win32_exceptions" = "xyes" ]]; then
if [[ "x$ac_cv_have_mach_exceptions" = "xyes" ]]; then
sigsegv_recovery=mach
elif [[ "x$ac_cv_have_win32_exceptions" = "xyes" ]]; then
sigsegv_recovery=win32