blob: ab7df14ae9d96e0903a64b6115d469bafe75a086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/configure.ac
+++ b/configure.ac
@@ -360,7 +360,7 @@
dnl
_termlib="${ddd_termlib}"
if test "x${ddd_termlib}" = x; then
- _termlib="mytinfo ncurses curses termcap terminfo termlib"
+ _termlib="mytinfo ncurses tinfo curses termcap terminfo termlib"
fi
_termlib_path=
if test x"${ddd_termlib_libraries_path}" != x; then
|