forked from pool/screen
16 lines
366 B
Diff
16 lines
366 B
Diff
Index: configure.ac
|
|
===================================================================
|
|
--- configure.ac.orig
|
|
+++ configure.ac
|
|
@@ -689,8 +689,8 @@ AC_TRY_LINK([
|
|
],[
|
|
tgetent((char *)0, (char *)0);
|
|
],,
|
|
-LIBS="-ltermlib $olibs"
|
|
-AC_CHECKING(libtermlib)
|
|
+LIBS="-ltinfo $olibs"
|
|
+AC_CHECKING(libtinfo)
|
|
AC_TRY_LINK([
|
|
#include <curses.h>
|
|
#include <term.h>
|