]> granicus.if.org Git - libass/commitdiff
configure.ac: Treat DragonFly as the rest of BSDs
authorJan Beich <jbeich@vfemail.net>
Tue, 15 Jul 2014 12:21:33 +0000 (12:21 +0000)
committerJan Beich <jbeich@vfemail.net>
Tue, 15 Jul 2014 12:21:33 +0000 (12:21 +0000)
configure.ac

index b592cc5baf02e5750341ebab1afe2623766d926f..3d10ef9c1df74fc67dbb2b9260ab015490c6ad92 100644 (file)
@@ -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"