Copy from Berkano Overlay
[otih-overlay.git] / app-misc / screen / files / 4.0.2-no-utempter.patch
blob2a06119bf4b52ba846fd06d78bf8e54274a16261
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
13 dnl
14 dnl **** loadav ****