diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:40:50 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:41:02 +0200 |
commit | b4a344f36332a12a51c9e896d93e9cb0672d31ef (patch) | |
tree | dd2af96243b6108b4a11388a70ef3ca8780b3f61 /configure.ac | |
parent | 81ce4097c12ab64a52d0992f981f588f5a297b7b (diff) |
add warning for mach64
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 560b935c..abed1d3d 100644 --- a/configure.ac +++ b/configure.ac @@ -243,6 +243,12 @@ XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHECK_LINUXDOC +AC_MSG_NOTICE( +[The atimisc sub-driver has been split out to xf86-video-mach64:] +[ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-mach64] +[Please install that driver as well for mach64-based cards.] +) + AC_OUTPUT([ Makefile src/Makefile |