pgsql-server/ /configure /configure.in onfig/c ...

Started by Peter Eisentrautover 22 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: petere@svr1.postgresql.org 03/11/01 16:48:51

Modified files:
. : configure configure.in
config : c-compiler.m4

Log message:
Unset CFLAGS before reading template. This should be more robust.

When --enable-debug is used, then the default CFLAGS for non-GCC is just
-g without -O.

Backpatch enhancement of Autoconf inline test that detects problems with
the HP C compiler.