From 3f9b597dedc45379b0bc0b631f3f924c403bca48 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 21 Dec 2007 09:55:42 +1000 Subject: fixup clip test include handling --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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 + #include "xorg-server.h" + #include "xf86i2c.h" + #include "xf86Crtc.h"]) AC_CHECK_DECL(XSERVER_LIBPCIACCESS, [XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no], -- cgit v1.2.3