summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
-rw-r--r--include/dix-config.h.in3
2 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 048416fff..9f5bbd06b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 5739a052c..65b595076 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -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