소스 검색

autoconf: Fix thinko when checking freebsd CPU types

tags/mesa_7_1_rc1
Dan Nicholson 17 년 전
부모
커밋
758b998941
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac 파일 보기

@@ -795,7 +795,7 @@ linux*)
;;
freebsd*)
PIC_FLAGS="-fPIC"
case "$host_os" in
case "$host_cpu" in
i*86)
PIC_FLAGS=""
if test "x$enable_asm" = xyes; then

Loading…
취소
저장