xf86-video-ati: Branch 'master'

Dave Airlie airlied at kemper.freedesktop.org
Thu Dec 20 16:03:57 PST 2007


 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit be7f8fd338f5af8b632f16a83db41e15d00af469
Author: Dave Airlie <airlied at linux.ie>
Date:   Fri Dec 21 10:03:49 2007 +1000

    fix mode bandwidth configure check

diff --git a/configure.ac b/configure.ac
index 159eced..edac3ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,7 +216,8 @@ AC_CHECK_DECL(xf86XVFillKeyHelperDrawable,
 AC_CHECK_DECL(xf86ModeBandwidth,
 	      [AC_DEFINE(HAVE_XF86MODEBANDWIDTH, 1, [Have xf86ModeBandwidth prototype])],
 	      [],
-	      [#include "xf86Modes.h"])
+	      [#include "xorg-server.h"
+	       #include "xf86Modes.h"])
 
 AC_CHECK_DECL(xf86_crtc_clip_video_helper,
 	      [AC_DEFINE(HAVE_XF86CRTCCLIPVIDEOHELPER, 1, [Have xf86_crtc_clip_video_helper prototype])],


More information about the xorg-commit mailing list