소스 검색

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

tags/mesa-7.11-rc1
Marek Olšák 14 년 전
부모
커밋
5b2ff543ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      configure.ac

+ 1
- 1
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

Loading…
취소
저장