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

Comparing BasiliskII/src/MacOSX/configure.in (file contents):
Revision 1.17 by nigel, 2005-09-19T07:45:07Z vs.
Revision 1.18 by nigel, 2005-12-29T00:32:43Z

# Line 909 | Line 909 | if [[ "x$HAVE_GCC30" = "xyes" ]]; then
909    CFLAGS="$SAVED_CFLAGS"
910   fi
911  
912 < dnl Add -mdynamic-no-pic for MacOS X
913 < if [[ "x$HAVE_GCC30" = "xyes" ]]; then
912 > dnl Add -mdynamic-no-pic for MacOS X (XXX icc10 will support MacOS X)
913 > if [[ "x$HAVE_GCC30" = "xyes" -a "x$HAVE_ICC" = "xno" ]]; then
914    SAVED_CFLAGS="$CFLAGS"
915    CFLAGS="$CFLAGS -mdynamic-no-pic"
916    AC_CACHE_CHECK([whether the compiler supports -mdynamic-no-pic],
# Line 1007 | Line 1007 | else
1007    JITSRCS=""
1008   fi
1009  
1010 + dnl Use 33-bit memory addressing?
1011 + if [[ "$ac_cv_have_33bit_addressing:$WANT_33BIT_ADDRESSING" = "yes:yes" ]]; then
1012 +  use_33bit_addressing=yes
1013 + fi
1014 + AC_TRANSLATE_DEFINE(USE_33BIT_ADDRESSING, "$use_33bit_addressing",
1015 +  [Define to use 33-bit memory addressing on 64-bit JIT capable systems.])
1016 +
1017   dnl Utility macro used by next two tests.
1018   dnl AC_EXAMINE_OBJECT(C source code,
1019   dnl     commands examining object file,
# Line 1251 | Line 1258 | AC_SUBST(IDE)
1258   AC_SUBST(PROJECT)
1259   AC_SUBST(IDEARGS)
1260   AC_SUBST(SLIRP_SRCS)
1261 + AC_SUBST(KEYCODES)
1262   dnl autoconf on 10.1 doesn't understand these
1263   dnl AC_CONFIG_FILES([Makefile])
1264   dnl AC_OUTPUT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines