--- SheepShaver/src/Unix/configure.in 2004/06/24 16:32:12 1.28 +++ SheepShaver/src/Unix/configure.in 2004/06/26 15:26:17 1.29 @@ -687,14 +687,6 @@ dnl Can we do Video on SEGV Signals ? CAN_VOSF=no if [[ -n "$sigsegv_recovery" ]]; then CAN_VOSF=yes - case $target_os in - darwin*) - dnl Signal handlers in darwin are way too slow since the whole - dnl machine state (GPRs, FPRs, VRs) is forcibly saved. - dnl In other words, VOSF is slower than static window refreshes. - CAN_VOSF=no - ;; - esac fi dnl Enable VOSF screen updates with this feature is requested and feasible