diff options
author | Eric Anholt <eric@anholt.net> | 2007-06-12 08:49:21 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-06-12 08:50:14 -0700 |
commit | c2b130354aecffbeb2a2d23c7371461feaf5766a (patch) | |
tree | a12fe1ec0894e6dc3d3866c005c4fba07aff46bc /configure.ac | |
parent | 0e1deb607f94e4aa3ec4b9df8ff7a07a1c95e31d (diff) |
Replace failure-prone configure test for fresh libdrm with a simple ifndef.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index da9fd3f6..53d23ed1 100644 --- a/configure.ac +++ b/configure.ac @@ -189,14 +189,6 @@ if test "$DRI" = yes; then if test "$have_damage_h" = yes; then AC_DEFINE(DAMAGE,1,[Use Damage extension]) fi - - save_CFLAGS="$CFLAGS" - CFLAGS="$DRI_CFLAGS" - AC_CHECK_TYPE(drm_i915_flip_t, - [AC_DEFINE(HAVE_I915_FLIP, 1, - [Have drm_i915_flip_t and related definitions])], - [], [#include <i915_drm.h>]) - CFLAGS="$save_CFLAGS" fi AM_CONDITIONAL(VIDEO_DEBUG, test x$VIDEO_DEBUG = xyes) |