From bdef2bf29682ec5c8dcb7bf6083a0c0a13f676c6 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 4 Oct 2006 22:31:14 +0000 Subject: 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. --- src/include/pg_config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index c6fe887986..74a0aa24c4 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -101,9 +101,6 @@ /* Define to 1 if you have the `dlopen' function. */ #undef HAVE_DLOPEN -/* Define to 1 if you have the header file. */ -#undef HAVE_EDITLINE_HISTORY_H - /* Define to 1 if you have the header file. */ #undef HAVE_EDITLINE_READLINE_H -- cgit v1.2.1