From 3498a6d4e0cf2876a6dc4a93a91270ff24c9b3d9 Mon Sep 17 00:00:00 2001 From: Janet Anderson Date: Wed, 5 Dec 2012 15:02:26 -0600 Subject: [PATCH] Update readline libraries and dont have readline the default --- configure/os/CONFIG.Common.cygwin-x86 | 2 +- configure/os/CONFIG_SITE.Common.cygwin-x86 | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.cygwin-x86 b/configure/os/CONFIG.Common.cygwin-x86 index d31ad2fda..39c528f14 100644 --- a/configure/os/CONFIG.Common.cygwin-x86 +++ b/configure/os/CONFIG.Common.cygwin-x86 @@ -14,7 +14,7 @@ OS_CLASS = cygwin32 ARCH_CLASS = x86 # Definitions used when COMMANDLINE_LIBRARY is READLINE -LDLIBS_READLINE = -lreadline -lcurses +LDLIBS_READLINE = -lreadline POSIX_CPPFLAGS = -D_POSIX_THREADS -D_POSIX_TIMERS #POSIX_CPPFLAGS += -D_POSIX_SOURCE diff --git a/configure/os/CONFIG_SITE.Common.cygwin-x86 b/configure/os/CONFIG_SITE.Common.cygwin-x86 index e5b5ce792..43a30401d 100644 --- a/configure/os/CONFIG_SITE.Common.cygwin-x86 +++ b/configure/os/CONFIG_SITE.Common.cygwin-x86 @@ -7,4 +7,7 @@ # If readline is installed uncomment the following line # to add command-line editing and history support -COMMANDLINE_LIBRARY = READLINE +#COMMANDLINE_LIBRARY = READLINE + +# Uncomment the following line if readline has problems +#LDLIBS_READLINE= -lreadline -lcurses