pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak configure to attempt to add -qnoansialias to CFLAGS
Date: 2009-02-11 20:02:40
Message-ID: 20090211200240.39BD37559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql:
configure (r1.631 -> r1.632)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.631&r2=1.632)
configure.in (r1.589 -> r1.590)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.589&r2=1.590)
pgsql/src/template:
aix (r1.19 -> r1.20)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/template/aix?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-02-11 20:17:36 Re: Re: [COMMITTERS] pgsql: Update autovacuum to use reloptions instead of a system catalog,
Previous Message Alvaro Herrera 2009-02-11 19:59:48 Re: Re: [COMMITTERS] pgsql: Update autovacuum to use reloptions instead of a system catalog,