From 6178a03c4e4731d5dea1feee0c49464b88caef5e Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 25 Jan 2005 21:38:08 +0000 Subject: Remove the test for /dev/dsp during configure, it does not affect the package build. Reported by: Kris via pointyhat. --- shells/bush/files/patch-configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shells/bush/files/patch-configure (limited to 'shells') diff --git a/shells/bush/files/patch-configure b/shells/bush/files/patch-configure new file mode 100644 index 000000000000..072861b9afb9 --- /dev/null +++ b/shells/bush/files/patch-configure @@ -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" -- cgit