diff --git a/configure.ac b/configure.ac index ffe52753..e3132364 100644 --- a/configure.ac +++ b/configure.ac @@ -569,7 +569,7 @@ AM_CONDITIONAL([HAVE_TI_MODE], [test $HAVE_TI_MODE_V = 1]) AC_SUBST(HAVE_TI_MODE_V) HAVE_CPUID_V=0 -AS_IF([test "$enable_asm" != "no" -o "$host_os" = "nacl"],[ +AS_IF([test "$enable_asm" != "no" -o "$host_alias" = "x86_64-nacl"],[ AC_MSG_CHECKING(for cpuid instruction) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ ]], [[ unsigned int cpu_info[4];