autoconf: Fix thinko when checking freebsd CPU types

This commit is contained in:
Dan Nicholson 2008-02-21 10:32:04 -08:00
parent 112a40ec02
commit 758b998941

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