ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.27 by gbeauche, 2004-06-23T22:33:45Z vs.
Revision 1.28 by gbeauche, 2004-06-24T22:34:43Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines