>From 6a05429f8da76475b7fc03ad42d308b98f6b777b Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Thu, 15 Apr 2010 00:58:22 +0200 Subject: [PATCH] add pdcurses to the list of termlibs --- acinclude.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 2f1466b..8cfe1d4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -378,7 +378,7 @@ dnl dnl Check all the things needed by `guile-readline', the Readline dnl bindings. AC_DEFUN([GUILE_READLINE], [ - for termlib in ncurses curses termcap terminfo termlib ; do + for termlib in ncurses curses termcap terminfo termlib pdcurses ; do AC_CHECK_LIB(${termlib}, [tgoto], [READLINE_LIBS="-l${termlib} $READLINE_LIBS"; break]) done -- 1.5.6.5