Forgot to comment out the USE_READLINE define...fixed now

This commit is contained in:
Marc G. Fournier 1996-10-25 09:33:44 +00:00
parent 457ed3d9c6
commit 60b0605925

View File

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.13 1996/10/25 09:26:56 scrappy Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.14 1996/10/25 09:33:44 scrappy Exp $
# #
# NOTES # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
@ -158,7 +158,7 @@ ENFORCE_ALIGNMENT= true
# and READLINE_LIBDIR to reflect the location of the readline and history # and READLINE_LIBDIR to reflect the location of the readline and history
# headers and libraries. # headers and libraries.
# #
USE_READLINE= true #USE_READLINE= true
# directories for the readline and history libraries. # directories for the readline and history libraries.
READLINE_INC= -I/home/tools/include READLINE_INC= -I/home/tools/include