]> git.pld-linux.org Git - packages/screen.git/blob - screen-ia64.patch
- update to 3.9.5 (release 8 for allow upgrade from RH 6.2),
[packages/screen.git] / screen-ia64.patch
1 --- screen-3.9.5/configure.in.foo       Sat May  6 17:41:17 2000
2 +++ screen-3.9.5/configure.in   Sat May  6 17:41:32 2000
3 @@ -603,6 +603,9 @@
4  AC_MSG_ERROR(!!! no tgetent - no screen)))))
5  
6  AC_TRY_RUN([
7 +
8 +extern char *tgoto(char *,int,int);
9 +
10  main()
11  {
12   exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
This page took 0.022717 seconds and 3 git commands to generate.