mirror of
https://github.com/X11Libre/xf86-video-amdgpu.git
synced 2026-03-24 01:24:31 +00:00
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 <info@metux.net>
This commit is contained in:
committed by
Joseph Crowell
parent
b2ecf72792
commit
d903737df1
@@ -125,10 +125,6 @@ else
|
||||
fi
|
||||
AM_CONDITIONAL(GLAMOR, test x$GLAMOR != xno)
|
||||
|
||||
AC_CHECK_HEADERS([dri3.h], [], [],
|
||||
[#include <X11/Xmd.h>
|
||||
#include <xorg-server.h>])
|
||||
|
||||
CPPFLAGS="$SAVE_CPPFLAGS"
|
||||
|
||||
# Checks for headers/macros for byte swapping
|
||||
|
||||
Reference in New Issue
Block a user