Skip to content

Commit 871f10e

Browse files
committed
Change default of HISTORY_LIB so that it is disabled by default
1 parent e93ad53 commit 871f10e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.2 1996/08/19 18:37:09 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.3 1996/08/19 19:34:48 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -159,8 +159,8 @@ USE_READLINE= true
159159
# directories for the readline and history libraries.
160160
READLINE_INCDIR= /home/tools/include
161161
HISTORY_INCDIR= /home/tools/include -I/home/tools/include/readline
162-
READLINE_LIBDIR= /home/tools/lib
163-
HISTORY_LIBDIR= /home/tools/lib
162+
READLINE_LIBDIR= /home/tools/lib -lreadline
163+
#HISTORY_LIBDIR= /home/tools/lib -lhistory
164164

165165
# If you do not plan to use Host based authentication,
166166
# comment out the following line

0 commit comments

Comments
 (0)