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 <[email protected]> --- This driver hasn't built since at least X Server 1.7 and no-one cared. Not sure why this one didn't get deactivated with all the others. configure.ac | 7 +++++++ 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]) -- 1.7.3.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
