OSDN Git Service

autoconf: Set the default drivers after checking platform specifics
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 21 Feb 2008 18:17:19 +0000 (10:17 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 21 Feb 2008 18:19:55 +0000 (10:19 -0800)
commit112a40ec0280756d83ac9145fd5908d6ffb12e4c
treedc0aeaf84fc43f455a8f12a4480c226120b62723
parent4e9c8166b064de4eed38e385880cd491e6d8d9c4
autoconf: Set the default drivers after checking platform specifics

The platform-specific overrides to the DRI drivers were being ignored
because the default was being set first. Instead, have the default be a
fallback after the platform checks.
configure.ac