diff options
author | Marek Olšák <[email protected]> | 2011-04-22 16:55:54 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-04-22 16:56:31 +0200 |
commit | 5b2ff543ab784107a62ac405ed93fa1629a74cc4 (patch) | |
tree | 3bcf355f547c0de029671df304207038a656d7b2 | |
parent | 673cec467a1b60890bb2cc4e8c90f5a05e47eea7 (diff) |
configure.ac: fix up the help text for --enable-gallium-r300
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8989c2bd424..77b2d55f0d0 100644 --- 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 |