From: Jan Beich Date: Tue, 15 Jul 2014 12:21:33 +0000 (+0000) Subject: configure.ac: Treat DragonFly as the rest of BSDs X-Git-Tag: 0.12.0~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e78e8358b2a476a5106828eced7f356d11f5c708;p=libass configure.ac: Treat DragonFly as the rest of BSDs --- 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"