From 1be5dc154da19baf698eb6425680eda711eb1c1f Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 5 May 2003 19:35:51 +0000 Subject: [PATCH] By default use neither readline nor libtecla libraries. --- config/CONFIG.Host.Darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/CONFIG.Host.Darwin b/config/CONFIG.Host.Darwin index 3070e309e..82266585f 100644 --- a/config/CONFIG.Host.Darwin +++ b/config/CONFIG.Host.Darwin @@ -37,7 +37,7 @@ OP_SYS_LDFLAGS += -L/sw/lib -L/usr/X11R6/lib #ARCH_DEP_LDLIBS += -lreadline # Uncomment this if you're using the libtecla library -ARCH_DEP_LDLIBS += -ltecla_r -ltermcap +#ARCH_DEP_LDLIBS += -ltecla_r -ltermcap # # Compiler/linker problems prevent the use of shared libraries at the moment