From e513e308661a99046752d100a2d31065bedefed3 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 15 Jan 2004 22:14:11 +0000 Subject: [PATCH] Moved LDLIBS_READLINE definition. --- configure/os/CONFIG.Common.linux-x86 | 2 ++ configure/os/CONFIG_SITE.Common.linux-x86 | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.linux-x86 b/configure/os/CONFIG.Common.linux-x86 index d777a1741..f3f337e63 100644 --- a/configure/os/CONFIG.Common.linux-x86 +++ b/configure/os/CONFIG.Common.linux-x86 @@ -48,3 +48,5 @@ else endif endif +LDLIBS_READLINE = -lreadline -lcurses + diff --git a/configure/os/CONFIG_SITE.Common.linux-x86 b/configure/os/CONFIG_SITE.Common.linux-x86 index 3bb6be06b..139d744f8 100644 --- a/configure/os/CONFIG_SITE.Common.linux-x86 +++ b/configure/os/CONFIG_SITE.Common.linux-x86 @@ -20,4 +20,3 @@ # If readline is not installed comment the following line # to omit command-line editing and history support COMMANDLINE_LIBRARY = READLINE -LDLIBS_READLINE = -lreadline -lncurses