diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |