Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| configure | modified | +5 −4 |
| configure.in | modified | +6 −5 |
| src/template/aix | modified | +3 −0 |