diff options
-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 |