From 758b99894170c1c18370b370eb33dda7d0d14a8d Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Thu, 21 Feb 2008 10:32:04 -0800 Subject: autoconf: Fix thinko when checking freebsd CPU types --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e67cd542a3..a7707f8a8e 100644 --- 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 -- cgit v1.2.3