blob: 6456cabfe6d3e5527043dd876a0209a8e4e44e3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- configure.orig Tue Aug 16 01:45:37 2005
+++ configure Wed Aug 31 22:12:06 2005
@@ -321,9 +321,8 @@
else
echo "no"
echo
- echo "ADAVOX requires /dev/dsp. Create a /dev/dsp symlink to your real audio device"
- echo "(If you don't care about audio support, try ln -s /dev/null /dev/dsp)"
- 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"
|