mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
12 lines
330 B
Diff
12 lines
330 B
Diff
--- 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
|