]> granicus.if.org Git - postgresql/commit
Adjust configure's handling of libedit to not look for a history.h file.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Oct 2006 22:31:14 +0000 (22:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 4 Oct 2006 22:31:14 +0000 (22:31 +0000)
commitbdef2bf29682ec5c8dcb7bf6083a0c0a13f676c6
tree4e6e9abcf8579f0654e434a24ba9bf942a336090
parent6fa875d7ce918706fc00b7f53a21d67f46a2d837
Adjust configure's handling of libedit to not look for a history.h file.
Per Bob Friesenhahn's report, this file is not supplied by some versions
of libedit, and even when it is supplied it seems to be just a link to
readline.h, so we don't need to include it anyway.
Also, ensure that we won't try to use a too-old version of Bison.
The previous coding would bleat but then use it anyway; better to invoke
the 'missing' script if any grammar files need to be rebuilt.
configure
configure.in
src/include/pg_config.h.in