diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:49:50 +0200 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-02-27 18:49:50 +0200 |
commit | 56a1c9f07886d40c25baa31b6d02f5ee0efd749a (patch) | |
tree | 8f36f933fafe63360036e01a55630c19f146b525 | |
parent | 10127a10841ec211a92b2a59d6db716343caf018 (diff) |
add warning message
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7c20d7d..5e8be38 100644 --- a/configure.ac +++ b/configure.ac @@ -221,6 +221,12 @@ XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION XORG_CHECK_LINUXDOC +AC_MSG_NOTICE( +[Please change the Driver line in xorg.conf from "ati" to "mach64" or install] +[the ati wrapper as well:] +[ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati] +) + AC_OUTPUT([ Makefile src/Makefile |