summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index f18509b..0e970f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,21 +73,6 @@ AC_SUBST([DRIVER_NAME])
# since we cannot use the result from XORG_DRIVER_CHECK_EXT directly.
AC_CHECK_DECL([XV], [have_xv=yes], [have_xv=false], [#include "xorg/xorg-server.h"])
-if test "x$have_xv" = xyes; then
- SAVED_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS $XORG_CFLAGS"
-
- AC_CHECK_MEMBER([ScrnInfoRec.ModeSet],
- [SCRNINFO_HAS_MODESET=yes], [SCRNINFO_HAS_MODESET=no],
- [#include "xf86str.h"])
- if test "x$SCRNINFO_HAS_MODESET" = xyes; then
- AC_DEFINE(XV_NEW_REPUT, 1,
- [XvReputImage takes more all coordinates])
- fi
-
- CFLAGS="$SAVED_CFLAGS"
-fi
-AM_CONDITIONAL(XV_NEW_REPUT, test x$XV_NEW_REPUT = xyes)
AC_CONFIG_FILES([