drop unused HAVE_LIBDRM_2_2

Signed-off-by: Julien Cristau <jcristau@debian.org>
This commit is contained in:
Rémi Cardona 2008-11-17 09:56:49 +01:00 committed by Julien Cristau
parent c4ec71b405
commit 1e4412abc4
2 changed files with 0 additions and 6 deletions

View File

@ -861,9 +861,6 @@ AM_CONDITIONAL(DRI2, test "x$DRI2" == xyes)
if test "x$DRI" = xyes || test "x$DRI2" = xyes; then
PKG_CHECK_MODULES([LIBDRM], [libdrm >= 2.3.0])
PKG_CHECK_EXISTS(libdrm >= 2.2.0,
[AC_DEFINE([HAVE_LIBDRM_2_2], 1,
[Has version 2.2 (or newer) of the drm library])])
AC_SUBST(LIBDRM_CFLAGS)
AC_SUBST(LIBDRM_LIBS)
fi

View File

@ -121,9 +121,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have version 2.2 (or newer) of the drm library */
#undef HAVE_LIBDRM_2_2
/* Have Quartz */
#undef XQUARTZ