From d903737df1a954211feb7bc4dd0946324629138f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 4 Aug 2025 13:21:26 +0200 Subject: [PATCH] configure.ac: drop obsolete check for dri3.h This header is always present in xfree86 SDK for aeons now and already manadatory for this driver, so there's no need for extra check whose result isn't used anyways. Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index ad989df..033e94b 100644 --- a/configure.ac +++ b/configure.ac @@ -125,10 +125,6 @@ else fi AM_CONDITIONAL(GLAMOR, test x$GLAMOR != xno) -AC_CHECK_HEADERS([dri3.h], [], [], - [#include - #include ]) - CPPFLAGS="$SAVE_CPPFLAGS" # Checks for headers/macros for byte swapping