This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
autoconf: Fix thinko when checking freebsd CPU types
tags/mesa_7_1_rc1
Dan Nicholson
17 years ago
parent
112a40ec02
commit
758b998941
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
configure.ac
+ 1
- 1
configure.ac
View File
@@ -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
Write
Preview
Loading…
Cancel
Save