diff options
| author | Tom Lane | 2007-09-12 14:28:55 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-09-12 14:28:55 +0000 |
| commit | e435bddb9c571717c5e87416095871b3a52fb6fc (patch) | |
| tree | 92b5465adf9b7da39c13f87ae70d0325c8c87362 /configure | |
| parent | 6ee3b2dfe47e561de2f61b8218bd87edcdb64328 (diff) | |
Revert ill-starred change to ICC anti-aliasing switches. Per
Jeremy Drake.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure index 4a88b724c31..930ee945be4 100755 --- a/configure +++ b/configure @@ -3120,11 +3120,11 @@ echo "${ECHO_T}no" >&6 fi rm -f conftest.err conftest.$ac_objext conftest.$ac_ext - # ICC prefers to spell the no-strict-aliasing switch like this - echo "$as_me:$LINENO: checking if $CC supports -fno-alias" >&5 -echo $ECHO_N "checking if $CC supports -fno-alias... $ECHO_C" >&6 + # Make sure strict aliasing is off (though this is said to be the default) + echo "$as_me:$LINENO: checking if $CC supports -fno-strict-aliasing" >&5 +echo $ECHO_N "checking if $CC supports -fno-strict-aliasing... $ECHO_C" >&6 pgac_save_CFLAGS=$CFLAGS -CFLAGS="$pgac_save_CFLAGS -fno-alias" +CFLAGS="$pgac_save_CFLAGS -fno-strict-aliasing" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF |
