*-*-darwin*) # Don't need to worry about Apple hardware, it's all SSE capable default_ssemath=yes ;; *64-*-*) # x86 64-bit architectures all have SSE instructions default_ssemath=yes ;; *) default_ssemath=no ;; esac AC_ARG_ENABLE(ssemath, ...