summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-25 09:33:44 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-25 09:33:44 +0000
commit60b060592529c561930006558846891cc4934f88 (patch)
tree6fe44ca836408322a2503021338b38be3be9c4d2
parent457ed3d9c61dd59ce05099f74555e747424354f1 (diff)
downloadpostgresql-60b060592529c561930006558846891cc4934f88.tar.gz
Forgot to comment out the USE_READLINE define...fixed now
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 60565d2121..b1d28827fb 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.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
# 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
# headers and libraries.
#
-USE_READLINE= true
+#USE_READLINE= true
# directories for the readline and history libraries.
READLINE_INC= -I/home/tools/include