rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 28764f40827bc3c4ef9bfe1154c66d8537568752
parent 2f0647437041b9ece45fc251d7f7551f8235d04a
Author: tgoodwin <tgoodwin>
Date:   Thu, 25 Sep 1997 11:10:35 +0000

add -ltermcap for readline

Diffstat:
Mconfigure.ac | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -282,6 +282,7 @@ AC_ARG_WITH(editline, [ --with-editline Simmule Turner's line editing], AC_ARG_WITH(readline, [ --with-readline Bloated GNU line editing], AC_CHECK_LIB(readline, readline, AC_DEFINE(READLINE) LIBS="$LIBS -lreadline -ltermcap", - AC_MSG_WARN(readline library not found))) + AC_MSG_WARN(readline library not found), + -ltermcap)) AC_OUTPUT(Makefile)