From 384e3af4b59e0b47073a701d3d93a2c0be975efb Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Fri, 29 Nov 2002 14:52:14 +0000 Subject: [PATCH] Latest RTEMS add-on packages provide libtecla so make it the default on RTEMS. --- configure/os/CONFIG.Common.RTEMS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 9b68f659b..ac4ebbdb2 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 = READLINE -LDLIBS_READLINE = -lreadline -lncurses +COMMANDLINE_LIBRARY = LIBTECLA +LDLIBS_LIBTECLA = -ltecla_r -lncurses #-------------------------------------------------- # Allow site overrides