projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673cec4
)
configure.ac: fix up the help text for --enable-gallium-r300
author
Marek Olšák
<maraeo@gmail.com>
Fri, 22 Apr 2011 14:55:54 +0000
(16:55 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Fri, 22 Apr 2011 14:56:31 +0000
(16:56 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8989c2bd4247ccf05bee8d5db1d9b6fbac956161..77b2d55f0d040832eed081c170f34258160cbff1 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1775,7
+1775,7
@@
dnl Gallium Radeon r300g configuration
dnl
AC_ARG_ENABLE([gallium-r300],
[AS_HELP_STRING([--enable-gallium-r300],
- [build gallium r300 @<:@default=
disabled
@:>@])],
+ [build gallium r300 @<:@default=
DRI-only
@:>@])],
[enable_gallium_r300="$enableval"],
[enable_gallium_r300=auto])
if test "x$enable_gallium_r300" = xauto; then