Remove the test for /dev/dsp during configure, it does not affect the

package build.

Reported by:	Kris via pointyhat.
This commit is contained in:
Thierry Thomas 2005-01-25 21:38:08 +00:00
parent 50d22518cb
commit 8bb559c182
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127336

View File

@ -0,0 +1,13 @@
--- configure.orig Sat Jan 8 04:24:43 2005
+++ configure Tue Jan 25 21:06:21 2005
@@ -174,8 +174,8 @@
else
echo "no"
echo
- echo "ADAVOX requires /dev/dsp. Create a /dev/dsp symlink to your real audio device"
- exit 1
+ echo "ADAVOX requires /dev/dsp."
+ echo "Note that you should enable /dev/dsp on the machine on which you will install this package."
fi
echo "ADAVOX library is configured"