Make NOSOUND option actually work.

This commit is contained in:
Thomas Gellekum 1998-05-28 08:24:37 +00:00
parent 139e41f4af
commit e2beafba9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11175

View File

@ -0,0 +1,11 @@
--- configure.orig Thu Apr 30 07:19:38 1998
+++ configure Thu May 28 10:23:39 1998
@@ -1805,7 +1808,7 @@
fi
fi
-if test -n "$sound-type"; then
+if test "$sound_type" != "no" ; then
case $host_alias in
*linux*)
sound_type=native