summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-22 12:57:13 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-10-22 12:57:13 -0700
commitfd7ee2bcb74edf8c4412a244c33fd4749509b912 (patch)
tree2fa909eae8005c6b8a7798c34f72dcde65339ba4 /configure.ac
parent8e4657a9d4cbb899d388068cff0f8c267071fa50 (diff)
Kill off trident.
Hm. I could have said "chew trident and spit it out," or perhaps "spear trident," instead. Dohoho.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6622b0aa494..910c0b1a4b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -769,7 +769,7 @@ if test "$mesa_driver" = dri; then
# default drivers
if test "x$DRI_DIRS" = "xyes"; then
DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \
- savage sis tdfx trident unichrome ffb swrast"
+ savage sis tdfx unichrome ffb swrast"
fi
DRI_DIRS=`echo "$DRI_DIRS" | $SED 's/ */ /g'`