summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 748ebbd..f3d5aaa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,4 +92,11 @@ XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
XORG_CHANGELOG
+AC_MSG_ERROR([
+ **************************************************************
+ This driver is unmaintained and will not receive further
+ patches. If you have a need for this driver, please file a bug
+ on http://bugs.freedesktop.org.
+ **************************************************************])
+
AC_OUTPUT([Makefile src/Makefile man/Makefile])