Mesa (master): configure.ac: fix up the help text for --enable-gallium-r300

Marek Olšák mareko at kemper.freedesktop.org
Fri Apr 22 14:57:05 UTC 2011


Module: Mesa
Branch: master
Commit: 5b2ff543ab784107a62ac405ed93fa1629a74cc4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b2ff543ab784107a62ac405ed93fa1629a74cc4

Author: Marek Olšák <maraeo at gmail.com>
Date:   Fri Apr 22 16:55:54 2011 +0200

configure.ac: fix up the help text for --enable-gallium-r300

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8989c2b..77b2d55 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




More information about the mesa-commit mailing list