mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-27 16:31:08 +00:00
Check for the "true" command better with AC_PATH_PROG. aka fix BLESS
command checking on MacOS X.
This commit is contained in:
parent
3706fbc70d
commit
1b5a3a6069
@ -819,7 +819,7 @@ if [[ -n "$sigsegv_recovery" ]]; then
|
||||
fi
|
||||
|
||||
dnl A dummy program that returns always true
|
||||
BLESS=/bin/true
|
||||
AC_PATH_PROG([BLESS], "true")
|
||||
|
||||
dnl Determine the addressing mode to use
|
||||
if [[ "x$WANT_NATIVE_M68K" = "xyes" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user