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.53 by gbeauche, 2005-07-06T05:25:05Z vs.
Revision 1.54 by gbeauche, 2005-08-18T22:10:15Z

# Line 1194 | Line 1194 | if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1194    CFLAGS="$SAVED_CFLAGS"
1195   fi
1196  
1197 < dnl Add -mdynamic-no-pic for MacOS X
1198 < if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1197 > dnl Add -mdynamic-no-pic for MacOS X (XXX icc10 will support MacOS X)
1198 > if [[ "x$HAVE_GCC30" = "xyes" -a "x$HAVE_ICC" = "xno" ]]; then
1199    SAVED_CFLAGS="$CFLAGS"
1200    CFLAGS="$CFLAGS -mdynamic-no-pic"
1201    AC_CACHE_CHECK([whether the compiler supports -mdynamic-no-pic],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines