OSDN Git Service

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)
commit68d95f12e72804068e47cda469a7e7cbc1df174d
treefdbb14a6725453b8cfb94b7133fc43ed571c8e25
parent787020fd3d6093a55e681495fb0e5ccbd57fa968
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