Search
lxdream.org :: lxdream/configure.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename configure.in
changeset 571:9bc09948d0f2
prev562:e598411b640b
next1065:bc1cc0c54917
author nkeynes
date Mon Jan 14 10:37:02 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Run CPU tests through both emu and translator
file annotate diff log raw
1.1 --- a/configure.in Tue Jan 01 05:48:06 2008 +0000
1.2 +++ b/configure.in Mon Jan 14 10:37:02 2008 +0000
1.3 @@ -8,6 +8,7 @@
1.4 AC_ISC_POSIX
1.5 AC_PROG_CC
1.6 AM_PROG_CC_STDC
1.7 +AM_PROG_AS
1.8 AC_HEADER_STDC
1.9 AC_CANONICAL_BUILD
1.10 AC_CANONICAL_HOST
1.11 @@ -69,6 +70,7 @@
1.12 echo "Warning: No translator available for $host. Building emulation core only";;
1.13 esac
1.14 AM_CONDITIONAL(BUILD_SH4X86, [test "$SH4_TRANSLATOR" = "x86" -o "$SH4_TRANSLATOR" = "x86_64"])
1.15 +AM_CONDITIONAL(BUILD_X86_64, [test "$SH4_TRANSLATOR" = "x86_64"])
1.16
1.17 dnl ------------------ Optional driver support -------------------
1.18 dnl Check for esound
.