Use the CXXFLAGS exported by configure (amazingly, we weren't before!)

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fb75e3980070206d83645684e4ab81467f48bb2a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-03-31T05:00:36Z
Releases: 7.1.1
Use the CXXFLAGS exported by configure (amazingly, we weren't before!)
and do not arbitrarily pull in CFLAGS instead.  This caters to platforms
where the C++ compiler does not like all the same switches the C compiler
wants.

Files

PathChange+/−
src/interfaces/libpq++/Makefile.in modified +3 −10