From e78e8358b2a476a5106828eced7f356d11f5c708 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 15 Jul 2014 12:21:33 +0000 Subject: configure.ac: Treat DragonFly as the rest of BSDs --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b592cc5..3d10ef9 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ AS_IF([test x$enable_asm != xno], [ AS_CASE([$host], [*darwin*], [ ASFLAGS="$ASFLAGS -f macho$BITS -DPREFIX -DHAVE_ALIGNED_STACK=1" ], - [*linux*|*bsd*], [ + [*linux*|*dragonfly*|*bsd*], [ ASFLAGS="$ASFLAGS -f elf -DHAVE_ALIGNED_STACK=1" ], [*cygwin*|*mingw*], [ ASFLAGS="$ASFLAGS -f win$BITS" -- cgit v1.2.3