projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd3572
)
Remove stale reference to non-Gallium nouveau driver from configure.ac.
author
Michel Dänzer
<daenzer@vmware.com>
Fri, 10 Jul 2009 12:49:46 +0000
(14:49 +0200)
committer
Michel Dänzer
<daenzer@vmware.com>
Fri, 10 Jul 2009 12:49:46 +0000
(14:49 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2a9ac1ed9cd245930672c67d165ac645b7d2187b..f1ff3d4f472a4f5dd8ed3485255562cd14c34058 100644
(file)
--- 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