summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-07-10 14:49:46 +0200
committerMichel Dänzer <daenzer@vmware.com>2009-07-10 14:49:46 +0200
commitcade071d525f71069f635fd0b705e64d897b32c4 (patch)
tree2fd73a84aff2be98f17b723e413bc1dd855bcd8d /configure.ac
parentfcd3572edf5eed47d87774150c2097e0d6245bd2 (diff)
Remove stale reference to non-Gallium nouveau driver from configure.ac.
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 2a9ac1ed9cd..f1ff3d4f472 100644
--- a/configure.ac
+++ b/configure.ac
@@ -642,7 +642,7 @@ dnl Which drivers to build - default is chosen by platform
AC_ARG_WITH([dri-drivers],
[AS_HELP_STRING([--with-dri-drivers@<:@=DIRS...@:>@],
[comma delimited DRI drivers list, e.g.
- "swrast,i965,radeon,nouveau" @<:@default=auto@:>@])],
+ "swrast,i965,radeon" @<:@default=auto@:>@])],
[with_dri_drivers="$withval"],
[with_dri_drivers=yes])
if test "x$with_dri_drivers" = x; then