diff options
author | Dave Airlie <airlied@linux.ie> | 2007-12-21 09:55:42 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-12-21 09:55:42 +1000 |
commit | 3f9b597dedc45379b0bc0b631f3f924c403bca48 (patch) | |
tree | deff299686686eac129ce9a499aee570c76a967b /configure.ac | |
parent | 9a5b501332c0a1f10af20845af48c9ddd2ce26a0 (diff) |
fixup clip test include handling
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 91ea4a86..159eced3 100644 --- a/configure.ac +++ b/configure.ac @@ -221,7 +221,10 @@ AC_CHECK_DECL(xf86ModeBandwidth, AC_CHECK_DECL(xf86_crtc_clip_video_helper, [AC_DEFINE(HAVE_XF86CRTCCLIPVIDEOHELPER, 1, [Have xf86_crtc_clip_video_helper prototype])], [], - [#include "xf86Crtc.h"]) + [#include <X11/Xmd.h> + #include "xorg-server.h" + #include "xf86i2c.h" + #include "xf86Crtc.h"]) AC_CHECK_DECL(XSERVER_LIBPCIACCESS, [XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no], |