From: Lasse Collin Date: Sun, 12 Dec 2010 19:23:55 +0000 (+0200) Subject: Build: Enable ASM on DJGPP by default. X-Git-Tag: v5.0.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9311774c493c19deab51ded919dcd2e9c4aa2829;p=thirdparty%2Fxz.git Build: Enable ASM on DJGPP by default. --- 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 ;;