Build: Enable ASM on DJGPP by default.

This commit is contained in:
Lasse Collin 2010-12-12 21:23:55 +02:00
parent 4a42aaee28
commit 9311774c49
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ if test "x$enable_assembler" = xyes; then
case $host_os in
# Darwin should work too but only if not creating universal
# binaries. Solaris x86 could work too but I cannot test.
linux* | *bsd* | mingw* | cygwin*)
linux* | *bsd* | mingw* | cygwin* | *djgpp*)
case $host_cpu in
i?86) enable_assembler=x86 ;;
x86_64) enable_assembler=x86_64 ;;