autoconf: Fix thinko when checking freebsd CPU types
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 21 Feb 2008 18:32:04 +0000 (10:32 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 21 Feb 2008 18:32:04 +0000 (10:32 -0800)
configure.ac

index e67cd54..a7707f8 100644 (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