# | Line 819 | Line 819 | if [[ -n "$sigsegv_recovery" ]]; then | |
---|---|---|
819 | fi | |
820 | ||
821 | dnl A dummy program that returns always true | |
822 | < | BLESS=/bin/true |
822 | > | AC_PATH_PROG([BLESS], "true") |
823 | ||
824 | dnl Determine the addressing mode to use | |
825 | if [[ "x$WANT_NATIVE_M68K" = "xyes" ]]; then |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |