From 5bf2821512f66a8cf8ac7036610a6d8811e7d4fb Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 18 May 2004 18:05:36 +0000 Subject: [PATCH] Make EPICS command-line routines the default (no RTEMS add-on packages required). Add libraries for readline. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index bc2d62e27..deabeddbf 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -98,8 +98,8 @@ CONFORM_CXXFLAGS_STRICT = -ansi #-------------------------------------------------- # Command-line input support -COMMANDLINE_LIBRARY = LIBTECLA LDLIBS_LIBTECLA = -ltecla_r -lncurses +LDLIBS_READLINE = -lreadline -lncurses #-------------------------------------------------- # Allow site overrides