pgsql: Remove duplicate specification of -Ae for HP-UX C compiler. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove duplicate specification of -Ae for HP-UX C compiler.
Date
Msg-id E1YBF0Q-0005sa-M0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove duplicate specification of -Ae for HP-UX C compiler.

Autoconf has known about automatically selecting -Ae when needed for
quite some time now, so remove the redundant addition in template/hpux.
Noted while setting up buildfarm member pademelon.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fd3d894e4ea0021efa2628e4dfc5fe0ed3071859

Modified Files
--------------
src/template/hpux |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Make path to pg_service.conf absolute in documentation
Next
From: Tom Lane
Date:
Subject: pgsql: Allow CFLAGS from configure's environment to override automatic