diff -ur screen-3.9.13/configure.in screen-3.9.13-lhh/configure.in --- screen-3.9.13/configure.in 2002-08-12 10:34:14.000000000 -0400 +++ screen-3.9.13-lhh/configure.in 2002-12-05 16:54:44.000000000 -0500 @@ -664,6 +664,9 @@ AC_MSG_ERROR(!!! no tgetent - no screen)))))) AC_TRY_RUN([ + +extern char *tgoto(char *,int,int); + main() { exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);