]> granicus.if.org Git - postgresql/commit
Revert to the pre-8.2 method of probing for libm, that is, always
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Nov 2006 03:44:38 +0000 (03:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Nov 2006 03:44:38 +0000 (03:44 +0000)
commit02f37bd8c4bfdd35869007d142267cd9a1f671b9
treef7209180d0b4555d911291567ebe587c827470cb
parent74686b6de78d19aed6d9aa33a7bb5dfb06f3e018
Revert to the pre-8.2 method of probing for libm, that is, always
include it if it links properly.  It seems too risky to assume that
standard functions like pow() are not special-cased by the compiler.
Per report from Andreas Lange that build fails on Solaris cc compiler
with -fast.  Even though we don't consider that a supported option,
I'm worried that similar issues will arise with other compilers.
configure
configure.in
src/include/pg_config.h.in