mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +00:00
Undo a debug output and set sigsegv_recovery if we force ac_cv_have_extended_signals.
This commit is contained in:
parent
89cf05aec6
commit
859c4f29b5
@ -1190,6 +1190,10 @@ if [[ -z "$sigsegv_recovery" ]]; then
|
||||
[
|
||||
dnl When cross-compiling, default to the value of WANT_CC_EX_SIG [default = no]
|
||||
ac_cv_have_extended_signals=$WANT_CC_EX_SIG
|
||||
dnl If we just forced this yes for a cross build, set siginfo.
|
||||
if [[ "x$ac_cv_have_extended_signals" = "xyes" ]]; then
|
||||
sigsegv_recovery=siginfo
|
||||
fi
|
||||
]
|
||||
)
|
||||
AC_LANG_RESTORE
|
||||
@ -1315,7 +1319,6 @@ else
|
||||
;;
|
||||
direct)
|
||||
dnl Requires VOSF screen updates
|
||||
echo "CAN_VOSF=$CAN_VOSF"
|
||||
if [[ "x$CAN_VOSF" = "xyes" ]]; then
|
||||
ADDRESSING_MODE="direct"
|
||||
WANT_VOSF=yes dnl we can use VOSF and we need it actually
|
||||
|
Loading…
Reference in New Issue
Block a user