Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 68d95f12e72804068e47cda469a7e7cbc1df174d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-02-11T20:02:40Z
Releases: 8.4.0
Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running
on AIX with a non-gcc compiler.  The previous coding would do this only if
CC was exactly "xlc"; which is a bad idea, as demonstrated by trouble report
from Mihai Criveti.

Files

PathChange+/−
configure modified +5 −4
configure.in modified +6 −5
src/template/aix modified +3 −0