--- a/configure.in Tue Jan 01 05:48:06 2008 +0000 +++ b/configure.in Thu Jan 10 08:28:37 2008 +0000 @@ -8,6 +8,7 @@ AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC +AM_PROG_AS AC_HEADER_STDC AC_CANONICAL_BUILD AC_CANONICAL_HOST @@ -69,6 +70,7 @@ echo "Warning: No translator available for $host. Building emulation core only";; esac AM_CONDITIONAL(BUILD_SH4X86, [test "$SH4_TRANSLATOR" = "x86" -o "$SH4_TRANSLATOR" = "x86_64"]) +AM_CONDITIONAL(BUILD_X86_64, [test "$SH4_TRANSLATOR" = "x86_64"]) dnl ------------------ Optional driver support ------------------- dnl Check for esound