configure.ac: drop obsolete check for glamor.h

It's always present - and if it wasn't, the build would also fail
with a clear message.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2026-01-09 20:12:47 +01:00
parent 0193aad5fc
commit f74fc9806c

View File

@@ -88,13 +88,6 @@ if test "x$enable_udev" != "xno"; then
fi
AM_CONDITIONAL(LIBUDEV, test x$LIBUDEV = xyes)
SAVE_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $XORG_CFLAGS $GBM_CFLAGS"
AC_CHECK_HEADERS([glamor.h], [], [AC_MSG_ERROR([glamor needed])], [#include "xorg-server.h"])
CPPFLAGS="$SAVE_CPPFLAGS"
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile conf/Makefile])
AC_OUTPUT