Check for the "true" command better with AC_PATH_PROG. aka fix BLESS

command checking on MacOS X.
This commit is contained in:
gbeauche 2004-06-24 22:34:43 +00:00
parent 3706fbc70d
commit 1b5a3a6069

View File

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