From 90534bb281c5063ab582be42e253ee444b443426 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20D=C3=BCpmeier?= Date: Wed, 13 Apr 2016 18:22:37 +0200 Subject: [PATCH] test also libtinfo for modf Some Gentoo instalations has this instand of ncurses --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 653acf0..ad45c15 100644 --- a/configure.ac +++ b/configure.ac @@ -377,7 +377,7 @@ dnl ------------------- dnl Check location of modf AC_CHECK_FUNC(modf, , AC_CHECK_LIB(m, modf)) -termcap_curses_order="termcap curses ncurses" +termcap_curses_order="termcap curses ncurses tinfo" for lib in $termcap_curses_order; do AC_CHECK_LIB(${lib}, tgetent, [TERMLIB="-l$lib"; break]) done -- 1.7.10.4