summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@vfemail.net>2014-07-15 12:21:33 +0000
committerJan Beich <jbeich@vfemail.net>2014-07-15 12:21:33 +0000
commite78e8358b2a476a5106828eced7f356d11f5c708 (patch)
tree20c2f1057e70c95d32321e785bc260e06b575c34
parentacf32f415b0b6878c11a6d17f70d0428a39ee372 (diff)
downloadlibass-e78e8358b2a476a5106828eced7f356d11f5c708.tar.bz2
libass-e78e8358b2a476a5106828eced7f356d11f5c708.tar.xz
configure.ac: Treat DragonFly as the rest of BSDs
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"