]> granicus.if.org Git - postgresql/commit
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
authorAndres Freund <andres@anarazel.de>
Wed, 13 Dec 2017 01:19:44 +0000 (17:19 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 13 Dec 2017 01:21:37 +0000 (17:21 -0800)
commit85abb5b297c5b318738f09345ae226f780b88e92
treee33fb6c2ab78a2294e31ed84e064a943b38221b8
parent101c7ee3ee847bac970c74b73b4f2858484383e5
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.

Otherwise the detection can spuriously detect symbol as available,
because the compiler may just emits reference to non-existant symbol.
config/c-compiler.m4
configure