# | 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], |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |