blob: 44f61834b14c324a95a2be47ad591dfb5d852d83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- configure.orig 2012-06-28 14:14:25 UTC
+++ configure
@@ -3930,6 +3930,10 @@ case "$target" in
test -n "$SHLD" || SHLD="ld -Bshareable"
so="so"
;;
+ *-*-dragonfly*)
+ [ -n "$SHLD" ] || SHLD="ld -Bshareable"
+ so="so"
+ ;;
*-*-freebsd*)
if test "$ELFFORMAT" = yes; then
test -n "$SHLD" || SHLD="ld -Bshareable"
@@ -12561,7 +12565,7 @@ fi;
if test "x$au_enable_default" = xyes; then
case "$target" in
- *-*-linux*|*-*-freebsd*)
+ *-*-linux*|*-*-freebsd*|*-*-dragonfly*)
au_enable_oss=yes
;;
*-*-bsdi2.0)
@@ -12619,7 +12623,7 @@ if test "x$au_enable_oss" = xyes; then
echo "${ECHO_T}yes - <sys/soundcard.h>" >&6
else
case "$target" in
- *linux*|*freebsd*)
+ *linux*|*freebsd*|*dragonfly*)
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
;;
|