]> granicus.if.org Git - xz/commitdiff
Build: Enable ASM on DJGPP by default.
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 12 Dec 2010 19:23:55 +0000 (21:23 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 12 Dec 2010 19:23:55 +0000 (21:23 +0200)
configure.ac

index e0418216b6a2eb804a58694590ae2bb35083604d..35720fef5ce5ec50ecaf5a125671d4931486e601 100644 (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 ;;