Browse Source

autoconf: Fix thinko when checking freebsd CPU types

tags/mesa_7_1_rc1
Dan Nicholson 17 years ago
parent
commit
758b998941
1 changed files with 1 additions and 1 deletions
  1. 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

Loading…
Cancel
Save