From: Jan Düpmeier Date: Wed, 13 Apr 2016 16:22:37 +0000 (+0200) Subject: test also libtinfo for modf X-Git-Tag: mmh-0.3~50 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=90534bb281c5063ab582be42e253ee444b443426;hp=9cf6132a6ea29968131a000bc2fb6860affac45e test also libtinfo for modf Some Gentoo instalations has this instand of ncurses --- 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