From 7d5128ca9bebe9456ea32104b6966cdb1e359d2e Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 3 Apr 2003 19:07:48 +0000 Subject: [PATCH] Make the readline the default on linux IOCs. --- configure/os/CONFIG_SITE.Common.linux-x86 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index e882c91a1..3bb6be06b 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -17,7 +17,7 @@ # c) Add the runtime path to /etc/ld.so.conf and run ldconfig # to inform the system of the shared library location. -# If readline is installed uncomment the following line -# to get command-line editing and history support -#COMMANDLINE_LIBRARY = READLINE +# If readline is not installed comment the following line +# to omit command-line editing and history support +COMMANDLINE_LIBRARY = READLINE LDLIBS_READLINE = -lreadline -lncurses