summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2014-07-19 00:17:17 -0500
committerRodger Combs <rodger.combs@gmail.com>2014-07-19 00:17:17 -0500
commit3dc25e3fc94e31981dd1c6a1337a7619d517a828 (patch)
tree20c2f1057e70c95d32321e785bc260e06b575c34
parentacf32f415b0b6878c11a6d17f70d0428a39ee372 (diff)
parente78e8358b2a476a5106828eced7f356d11f5c708 (diff)
downloadlibass-3dc25e3fc94e31981dd1c6a1337a7619d517a828.tar.bz2
libass-3dc25e3fc94e31981dd1c6a1337a7619d517a828.tar.xz
Merge pull request #116 from hadvaid/dragonfly
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"