summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files/patch-configure
blob: d2a8c34e446db9600ddd72f9a821bd19a5c290a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- configure.orig	Tue Aug  7 19:55:49 2001
+++ configure	Sun Aug 12 15:36:05 2001
@@ -3924,10 +3924,7 @@
 
 if test x$enable_dsp != xno
 then
-  if test -c /dev/dsp
-  then
-    PLUGINS="${PLUGINS} dsp"
-  fi
+  PLUGINS="${PLUGINS} dsp"
 fi
 
 # Check whether --enable-esd or --disable-esd was given.