Magellan Linux

Contents of /trunk/screen/patches/screen-4.0.2-no-utempter-dep.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 440 byte(s)
-import

1 --- screen-4.0.2/configure.in.orig 2004-12-17 19:55:45.314670411 +0100
2 +++ screen-4.0.2/configure.in 2004-12-17 19:55:50.575941541 +0100
3 @@ -855,11 +855,6 @@
4 #include <utmp.h>
5 #endif
6 ],[struct utmp u; u.ut_host[0] = 0;], AC_DEFINE(UTHOST))
7 -AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
8 -if test "$have_utempter" = yes; then
9 - AC_DEFINE(HAVE_UTEMPTER)
10 - LIBS="$LIBS -lutempter"
11 -fi
12
13 dnl
14 dnl **** loadav ****