app-misc/screen: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-10-01 19:45:31 +02:00
parent 21008e7a0f
commit 7f2e2847ef
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -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;