From 871f10e0283db5b00c77b60de1596c8e186199f1 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 19 Aug 1996 19:34:48 +0000 Subject: [PATCH] Change default of HISTORY_LIB so that it is disabled by default --- src/Makefile.global | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.global b/src/Makefile.global index 2f4a6fbbda..e23e51a139 100644 --- a/src/Makefile.global +++ b/src/Makefile.global @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.2 1996/08/19 18:37:09 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.3 1996/08/19 19:34:48 scrappy Exp $ # # NOTES # This is seen by any Makefiles that include mk/postgres.mk. To @@ -159,8 +159,8 @@ USE_READLINE= true # directories for the readline and history libraries. READLINE_INCDIR= /home/tools/include HISTORY_INCDIR= /home/tools/include -I/home/tools/include/readline -READLINE_LIBDIR= /home/tools/lib -HISTORY_LIBDIR= /home/tools/lib +READLINE_LIBDIR= /home/tools/lib -lreadline +#HISTORY_LIBDIR= /home/tools/lib -lhistory # If you do not plan to use Host based authentication, # comment out the following line