Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Feb 2009 20:02:40 +0000 (20:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Feb 2009 20:02:40 +0000 (20:02 +0000)
commit786b344fcd668c0d325409fada48a8f7d7d07882
tree943e4b13d8a981d8567b15edd1496d1bdddde572
parenta53eeaddc3103a44dfc4dfb5d59dce86112e737c
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.
configure
configure.in
src/template/aix