Undo a debug output and set sigsegv_recovery if we force ac_cv_have_extended_signals.

This commit is contained in:
bvarner 2017-06-28 18:02:37 -04:00
parent 89cf05aec6
commit 859c4f29b5

View File

@ -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