termcap -> ncurses for more portable readline support - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2002年02月03日 18:07:34 +0000
committerCamm Maguire <camm@debian.org>2002年02月03日 18:07:34 +0000
commit24fd5ac178742f7f02be3c0f4da96c7bf22669f8 (patch)
tree6c8c0c7f71249c3e5f0672aff94deb9af6acc98f
parenteb7ea5d1cfd732959f71968e67c5b7bb1d68b0dd (diff)
downloadgcl-unlabeled-1.12.2.tar.gz
termcap -> ncurses for more portable readline supportunlabeled-1.12.2
Diffstat
-rw-r--r--gcl/configure.in 4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcl/configure.in b/gcl/configure.in
index 2b183038a..2edfe0670 100644
--- a/gcl/configure.in
+++ b/gcl/configure.in
@@ -193,9 +193,9 @@ fi
AC_CHECK_FUNC(gethostbyname, , AC_CHECK_LIB(nsl, main, [LIBS="$LIBS -lnsl"]))
AC_CHECK_LIB(readline,main,
- AC_CHECK_LIB(termcap,main,
+ AC_CHECK_LIB(ncurses,main,
AC_DEFINE(HAVE_READLINE)
- LIBS="$LIBS -lreadline -ltermcap"
+ LIBS="$LIBS -lreadline -lncurses"
RL_OBJS=readline.o
RL_LIB=lsp/readline.o))
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月01日 23:51:21 +0000

AltStyle によって変換されたページ (->オリジナル) /