From 1c84525a87ed6efc2261952377c92bea8e8aeeaf Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 14 May 2003 13:32:42 +0000 Subject: [PATCH] Use shared readline library. --- configure/os/CONFIG.Common.solaris-sparc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.Common.solaris-sparc b/configure/os/CONFIG.Common.solaris-sparc index 2550c4a76..c1d7532ff 100644 --- a/configure/os/CONFIG.Common.solaris-sparc +++ b/configure/os/CONFIG.Common.solaris-sparc @@ -46,7 +46,7 @@ GNU_DIR = /opt/gnu INCLUDES_READLINE = -I$(GNU_DIR)/include LDFLAGS_READLINE += -R$(GNU_DIR)/lib LDFLAGS_READLINE += -L$(GNU_DIR)/lib -# There is a problem with the readline shared library -#LDLIBS_READLINE = -lreadline -lcurses -LDLIBS_READLINE += -Bstatic -lreadline -Bdynamic -lcurses +LDLIBS_READLINE = -lreadline -lcurses +# Use archive if there is a problem with the readline shared library +#LDLIBS_READLINE = -Bstatic -lreadline -Bdynamic -lcurses