aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/screen/screen-4.0.3/no-utempter.patch
blob: 22d21bb919c5afe9b99628f930f34138fb9c8140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: screen-4.0.3/configure.in
===================================================================
--- screen-4.0.3.orig/configure.in	2009-09-11 18:42:08.338231443 -0700
+++ screen-4.0.3/configure.in	2009-09-11 18:43:39.378663533 -0700
@@ -1243,12 +1243,6 @@
 #include <utmp.h>
 #endif
 ],[struct utmp u; u.ut_host[0] = 0;], AC_DEFINE(UTHOST))
-AH_TEMPLATE([HAVE_UTEMPTER])
-AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
-if test "$have_utempter" = yes; then
-  AC_DEFINE(HAVE_UTEMPTER)
-  LIBS="$LIBS -lutempter"
-fi
 
 dnl
 dnl    ****  loadav  ****