From 9311774c493c19deab51ded919dcd2e9c4aa2829 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 12 Dec 2010 21:23:55 +0200 Subject: [PATCH] Build: Enable ASM on DJGPP by default. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e0418216..35720fef 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ;;