mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
add pdcurses to the list of termlibs
* acinclude.m4 (GUILE_READLINE): Look for pdcurses as found on MinGW. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
405a79ca7f
commit
ec20a3c86d
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ dnl
|
||||||
dnl Check all the things needed by `guile-readline', the Readline
|
dnl Check all the things needed by `guile-readline', the Readline
|
||||||
dnl bindings.
|
dnl bindings.
|
||||||
AC_DEFUN([GUILE_READLINE], [
|
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],
|
AC_CHECK_LIB(${termlib}, [tgoto],
|
||||||
[READLINE_LIBS="-l${termlib} $READLINE_LIBS"; break])
|
[READLINE_LIBS="-l${termlib} $READLINE_LIBS"; break])
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue