projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf6132
)
test also libtinfo for modf
author
Jan Düpmeier
<j.duepmeier@gmail.com>
Wed, 13 Apr 2016 16:22:37 +0000
(18:22 +0200)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Wed, 13 Apr 2016 16:22:37 +0000
(18:22 +0200)
Some Gentoo instalations has this instand of ncurses
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
653acf0
..
ad45c15
100644
(file)
--- 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