projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
112a40e
)
autoconf: Fix thinko when checking freebsd CPU types
author
Dan Nicholson
<dbn.lists@gmail.com>
Thu, 21 Feb 2008 18:32:04 +0000
(10:32 -0800)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Thu, 21 Feb 2008 18:32:04 +0000
(10:32 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index e67cd542a3536a0435de855a25753667de8cd703..a7707f8a8e4567483990777189853ed3efe84418 100644
(file)
--- a/
configure.ac
+++ b/
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