aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-12-12 21:23:55 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-12-12 21:23:55 +0200
commit9311774c493c19deab51ded919dcd2e9c4aa2829 (patch)
tree75a605bda1b0ad9127d0c5d56781c9f9859d34d0 /configure.ac
parentUpdated THANKS. (diff)
downloadxz-9311774c493c19deab51ded919dcd2e9c4aa2829.tar.xz
Build: Enable ASM on DJGPP by default.
Diffstat (limited to '')
-rw-r--r--configure.ac2
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 ;;