autoconf: Fix thinko when checking freebsd CPU types
[mesa.git] / configure.ac
index e67cd542a3536a0435de855a25753667de8cd703..a7707f8a8e4567483990777189853ed3efe84418 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