mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
app-misc/screen: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
parent
21008e7a0f
commit
7f2e2847ef
@ -1,15 +0,0 @@
|
||||
--- i/configure.ac
|
||||
+++ w/configure.ac
|
||||
@@ -151,12 +151,6 @@ AS_IF([test "x$enable_utmp" = "xyes"], [
|
||||
AS_IF([test "x$have_utmpx" != "xyes"],
|
||||
AC_ERROR(Missing utmpx.h))
|
||||
|
||||
- AC_CHECK_HEADER(utempter.h, have_utempter=yes, have_utempter=no)
|
||||
- AS_IF([test "x$have_utempter" = "xyes"], [
|
||||
- AC_DEFINE(HAVE_UTEMPTER)
|
||||
- LIBS="$LIBS -lutempter"
|
||||
- ])
|
||||
-
|
||||
AC_MSG_CHECKING(if utmpx struct has ut_host field)
|
||||
AC_TRY_COMPILE([#include <utmpx.h>], [
|
||||
struct utmpx u;
|
||||
Loading…
x
Reference in New Issue
Block a user