changeset 2278:affbc4e56bdb

[project @ 1996-05-24 06:16:45 by jwe]
author jwe
date Fri, 24 May 1996 06:16:45 +0000
parents 778a9a837952
children 08cfa39a0bb4
files info/configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/info/configure.in	Fri May 24 05:57:09 1996 +0000
+++ b/info/configure.in	Fri May 24 06:16:45 1996 +0000
@@ -99,7 +99,7 @@
 
 TERMLIBS=""
 for termlib in termcap terminfo curses termlib ; do
-  AC_CHECK_LIB(${termlib}, main, [TERMLIBS="${TERMLIBS} -l${termlib}"])
+  AC_CHECK_LIB(${termlib}, tputs, [TERMLIBS="${TERMLIBS} -l${termlib}"])
   case "${TERMLIBS}" in
     *-l${termlib}*)
       AC_MSG_RESULT([defining TERMLIBS to be $TERMLIBS])