Skip to content

Commit 17a948d

Browse files
committed
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>
1 parent 59700f5 commit 17a948d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure.ac

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ if test "x$enable_udev" != "xno"; then
8888
fi
8989
AM_CONDITIONAL(LIBUDEV, test x$LIBUDEV = xyes)
9090

91-
SAVE_CPPFLAGS="$CPPFLAGS"
92-
CPPFLAGS="$CPPFLAGS $XORG_CFLAGS $GBM_CFLAGS"
93-
94-
AC_CHECK_HEADERS([glamor.h], [], [AC_MSG_ERROR([glamor needed])], [#include "xorg-server.h"])
95-
96-
CPPFLAGS="$SAVE_CPPFLAGS"
97-
9891
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile conf/Makefile])
9992
AC_OUTPUT
10093

0 commit comments

Comments
 (0)