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

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.39 by gbeauche, 2005-08-18T22:32:31Z vs.
Revision 1.41 by gbeauche, 2005-11-30T21:42:22Z

# Line 1 | Line 1
1   dnl Process this file with autoconf to produce a configure script.
2   dnl Written in 2002 by Christian Bauer
3  
4 < AC_INIT([SheepShaver], 2.2, [Christian.Bauer@uni-mainz.de], SheepShaver)
4 > AC_INIT([SheepShaver], 2.3, [Christian.Bauer@uni-mainz.de], SheepShaver)
5   AC_CONFIG_SRCDIR(main_unix.cpp)
6   AC_PREREQ(2.52)
7   AC_CONFIG_HEADER(config.h)
# Line 1278 | Line 1278 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
1278        powerpc:mach)
1279          ac_cv_use_dyngen=yes
1280          ;;
1281 +      i?86:mach)
1282 +        ac_cv_use_dyngen=yes
1283 +        ;;
1284        *:*)
1285          ac_cv_use_dyngen=no
1286          ;;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines