summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-06-02 15:29:57 -0700
committerAaron Plattner <aplattner@nvidia.com>2010-06-15 14:59:25 -0700
commit78ffecce368868f7b363e7f520d163e2e4330adc (patch)
tree99d96f6acaa2832b6c59e4e6eab54396a241d8a5 /configure.ac
parent133f7c4d51b3c7d7e1e7af80056947d3a7ec2097 (diff)
Revert "Refuse to bind to a device which has kernel modesetting active."
It was superseded by 3e9f7704122e0685ce83f7d3d3630e8a07293671, which depends on libpciaccess and not libdrm. This is better, because the server already depends on the former, while the latter is optional. This reverts commit 17ab5dbea69e690cbf78c25040db518471e0887f. Conflicts: src/nv_driver.c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index c51ab4a..d717805 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,17 +134,6 @@ AC_SUBST([modes_dir])
AC_SUBST([XORG_CFLAGS])
AC_SUBST([moduledir])
-if test "x$XSERVER_LIBPCIACCESS" = xyes; then
- PKG_CHECK_MODULES(LIBDRM, [libdrm > 2.4.3 xf86driproto], HAVE_KMS="yes", HAVE_KMS="no")
- if test "x$HAVE_KMS" = xyes; then
- AC_DEFINE(HAVE_KMS, 1, [Have kernel modesetting])
- else
- AC_MSG_WARN(Support for detecting kernel modesetting drivers is not available.)
- AC_MSG_WARN(This driver can cause display problems in the presence of kernel modesetting.)
- AC_MSG_WARN(Please install libdrm > 2.4.3 and xf86driproto to enable KMS detection.)
- fi
-fi
-
DRIVER_NAME=nv
AC_SUBST([DRIVER_NAME])