From 59d687e0212d32bdd4556a4ef3713da34f5f9d69 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 14 Nov 2005 22:35:28 +0000 Subject: [PATCH] Dont use READLINE as default comandline library. --- configure/os/CONFIG_SITE.Common.win32-x86-cygwin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.win32-x86-cygwin b/configure/os/CONFIG_SITE.Common.win32-x86-cygwin index b1d8746fb..8036c265d 100644 --- a/configure/os/CONFIG_SITE.Common.win32-x86-cygwin +++ b/configure/os/CONFIG_SITE.Common.win32-x86-cygwin @@ -5,9 +5,9 @@ # Site Specific definitions for cygwin-x86 target # Only the local epics system manager should modify this file -# If readline is not installed comment the following line -# to omit command-line editing and history support -COMMANDLINE_LIBRARY = READLINE +# If readline is installed uncomment the following line +# to provide command-line editing and history support +#COMMANDLINE_LIBRARY = READLINE # Needed to find dlls for gcc, g++, as, cpp, ... # if cygwin/bin not already in path