aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-12-12 23:13:22 +0200
committerLasse Collin <lasse.collin@tukaani.org>2010-12-12 23:13:22 +0200
commit4f2c69a4e3e0aee2e37b0b1671d34086e20c8ac6 (patch)
treed9d5d9713bc0f868506c0830da45535c825ed5ab /configure.ac
parentMerge branch 'v5.0' (diff)
parentBuild: Enable ASM on DJGPP by default. (diff)
downloadxz-4f2c69a4e3e0aee2e37b0b1671d34086e20c8ac6.tar.xz
Merge branch 'v5.0'
Diffstat (limited to 'configure.ac')
-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 ;;