summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 10:36:03 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-17 10:38:56 +1000
commit78f4ed43bdedd529c6e1278201ddbea697303d4b (patch)
treea23540651619bd596fad830b30007b63a4f332d1
parentfb553dd39e4066198ef93c9227edf496d874f2c6 (diff)
Fail configure. This driver is unmaintained.HEADmaster
Always fail configure with an error message. This driver is unmaintained and hasn't seen significant fixes. Let it die. If we really need to keep this driver alive, let's wait for a user sighting first. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4b3acd4..e79b586 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,4 +89,11 @@ AC_HEADER_STDC
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
+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])