diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-12-12 21:23:55 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-12-12 21:23:55 +0200 |
commit | 9311774c493c19deab51ded919dcd2e9c4aa2829 (patch) | |
tree | 75a605bda1b0ad9127d0c5d56781c9f9859d34d0 | |
parent | Updated THANKS. (diff) | |
download | xz-9311774c493c19deab51ded919dcd2e9c4aa2829.tar.xz |
Build: Enable ASM on DJGPP by default.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |