From 9052d64be3b177f273a882ec2f42021fc5a6300d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 25 Nov 2002 23:34:40 +0000 Subject: [PATCH] Moved COMMANDLINE definitions. --- configure/os/CONFIG.Common.linux-x86 | 4 ---- configure/os/CONFIG_SITE.Common.linux-x86 | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.Common.linux-x86 b/configure/os/CONFIG.Common.linux-x86 index 2f951b06c..062e14d70 100644 --- a/configure/os/CONFIG.Common.linux-x86 +++ b/configure/os/CONFIG.Common.linux-x86 @@ -39,7 +39,3 @@ endif SYS_SHRLIB_LIBS += pthread rt -# Command-line input support -COMMANDLINE_LIBRARY = READLINE -LDLIBS_READLINE = -lreadline -lncurses - diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index f0390b8e0..0653ffd05 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -12,3 +12,9 @@ # and ldconfig run to inform the system of the shared libraries. #SHARED_LIBRARIES=YES + +# If readline is installed uncomment the following lines +# to get command-line editing and history support +#COMMANDLINE_LIBRARY = READLINE +#LDLIBS_READLINE = -lreadline -lncurses +