blob: 32aa078ee06d228edbd236ceb6809c9652e3b14e (
plain)
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
|
$NetBSD: patch-ac,v 1.9 2005/10/14 22:15:49 kristerw Exp $
--- configure.orig 2005-08-12 20:14:06.000000000 +0200
+++ configure 2005-08-12 20:14:58.000000000 +0200
@@ -14385,16 +14385,16 @@
echo "${ECHO_T}ALSA" >&6
SOUNDDEP=sd-alsa
USE_SOUND=yes
-else if [ "x$HAVE_USS_SOUND" = "xyes" ]; then
- echo "$as_me:$LINENO: result: USS" >&5
-echo "${ECHO_T}USS" >&6
- SOUNDDEP=sd-uss
- USE_SOUND=yes
else if [ "x$ac_cv_header_sys_audioio_h" = "xyes" -o "x$ac_cv_header_sun_audioio_h" = "xyes" ]; then
echo "$as_me:$LINENO: result: Solaris/NetBSD" >&5
echo "${ECHO_T}Solaris/NetBSD" >&6
SOUNDDEP=sd-solaris
USE_SOUND=yes
+else if [ "x$HAVE_USS_SOUND" = "xyes" ]; then
+ echo "$as_me:$LINENO: result: USS" >&5
+echo "${ECHO_T}USS" >&6
+ SOUNDDEP=sd-uss
+ USE_SOUND=yes
else if [ "x$HAVE_AF_LIB" = "xyes" ]; then
echo "$as_me:$LINENO: result: AF sound" >&5
echo "${ECHO_T}AF sound" >&6
|