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.46 by gbeauche, 2005-05-15T17:22:12Z vs.
Revision 1.47 by gbeauche, 2005-06-06T19:31:22Z

# Line 1152 | Line 1152 | if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1152    AC_CACHE_CHECK([whether the compiler supports -fno-strict-aliasing],
1153      ac_cv_gcc_no_strict_aliasing, [
1154      AC_TRY_COMPILE([],[],
1155 <      [ac_cv_gcc_no_strict_aliasing=yes; AC_SUBST(SLIRP_CFLAGS, "$CFLAGS")],
1155 >      [ac_cv_gcc_no_strict_aliasing=yes; AC_SUBST(SLIRP_CFLAGS, "-fno-strict-aliasing")],
1156        [ac_cv_gcc_no_strict_aliasing=no])
1157    ])
1158    CFLAGS="$SAVED_CFLAGS"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines