]> granicus.if.org Git - postgresql/commit
Ignore libedit/libreadline while probing for standard functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Dec 2012 21:22:31 +0000 (16:22 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 18 Dec 2012 21:24:01 +0000 (16:24 -0500)
commite5e8ad3df5245cbed7f54674ed2cca596a7f55d6
treeed50249ce9b29d1f510a50ffc52d012524a6b28f
parent60f95d0596620ef2493893450e1862bc376ede1a
Ignore libedit/libreadline while probing for standard functions.

Some versions of libedit expose bogus definitions of setproctitle(),
optreset, and perhaps other symbols that we don't want configure to pick up
on.  There was a previous report of similar problems with strlcpy(), which
we addressed in commit 59cf88da91bc88978b05275ebd94ac2d980c4047, but the
problem has evidently grown in scope since then.  In hopes of not having to
deal with it again in future, rearrange configure's tests for supplied
functions so that we ignore libedit/libreadline except when probing
specifically for functions we expect them to provide.

Per report from Christoph Berg, though this is slightly more aggressive
than his proposed patch.
configure
configure.in