From 1b5a3a606979096e880f87c49f7d6b673791c648 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Thu, 24 Jun 2004 22:34:43 +0000 Subject: [PATCH] Check for the "true" command better with AC_PATH_PROG. aka fix BLESS command checking on MacOS X. --- BasiliskII/src/Unix/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/Unix/configure.ac b/BasiliskII/src/Unix/configure.ac index 79cbc405..866cc5e9 100644 --- a/BasiliskII/src/Unix/configure.ac +++ b/BasiliskII/src/Unix/configure.ac @@ -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