aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 65fdeed9db..7436c5fc7b 100755
--- a/configure
+++ b/configure
@@ -157,6 +157,9 @@ SunOS)
kqemu="yes"
fi
fi
+ if test -f /usr/include/sys/soundcard.h ; then
+ oss=yes
+ fi
;;
*)
oss="yes"
@@ -667,6 +670,7 @@ else
fmod_support=""
fi
echo "FMOD support $fmod $fmod_support"
+echo "OSS support $oss"
if test -n "$sparc_cpu"; then
echo "Target Sparc Arch $sparc_cpu"
fi