diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:41:17 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:41:17 +0200 |
commit | ff110c781299fb729e93572ba3d630ca59e8127d (patch) | |
tree | efe46521f323f6ad60a5cd261fa680bdb4562e92 /configure.ac | |
parent | b4a344f36332a12a51c9e896d93e9cb0672d31ef (diff) |
add warning for r128
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 abed1d3..2412d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -249,6 +249,12 @@ AC_MSG_NOTICE( [Please install that driver as well for mach64-based cards.] ) +AC_MSG_NOTICE( +[The r128 sub-driver has been split out to xf86-video-r128:] +[ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-r128] +[Please install that driver as well for rage128-based cards.] +) + AC_OUTPUT([ Makefile src/Makefile |