From 4f2f873574a7339f0f95b4851759074fd9d01348 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 11 Feb 2003 20:44:32 +0000 Subject: [PATCH] Make readline inclusion a matter of uncommenting only 1 line (half the effor!). --- configure/os/CONFIG_SITE.Common.linux-x86 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index ad7419a95..b30f2d5f2 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -18,8 +18,7 @@ # to inform the system of the shared library location. SHARED_LIBRARIES=YES -# If readline is installed uncomment the following lines +# If readline is installed uncomment the following line # to get command-line editing and history support #COMMANDLINE_LIBRARY = READLINE -#LDLIBS_READLINE = -lreadline -lncurses - +LDLIBS_READLINE = -lreadline -lncurses