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.38 by gbeauche, 2005-07-25T19:46:24Z vs.
Revision 1.39 by gbeauche, 2005-08-18T22:32:31Z

# Line 1235 | Line 1235 | if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1235    CFLAGS="$SAVED_CFLAGS"
1236   fi
1237  
1238 < dnl Add -mdynamic-no-pic for MacOS X
1239 < if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1238 > dnl Add -mdynamic-no-pic for MacOS X (XXX icc10 will support MacOS X)
1239 > if [[ "x$HAVE_GCC30" = "xyes" -a "x$HAVE_ICC" = "xno" ]]; then
1240    SAVED_CFLAGS="$CFLAGS"
1241    CFLAGS="$CFLAGS -mdynamic-no-pic"
1242    AC_CACHE_CHECK([whether the compiler supports -mdynamic-no-pic],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines