summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-06 16:56:27 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-06 16:56:27 +0000
commiteb878e7a06c35035045289e74742370ca7e4c1c6 (patch)
tree304a892ad96700c26221bfe21fe919dc07d9df35 /configure
parent991ff4de60231ed5b4313ce25bfa73b424ec5963 (diff)
downloadmpv-eb878e7a06c35035045289e74742370ca7e4c1c6.tar.bz2
mpv-eb878e7a06c35035045289e74742370ca7e4c1c6.tar.xz
dvb test, /dev/ost/video:
Check for character device (-c) instead of file existance (-e), the -e test is not available on solaris' /bin/sh. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2744 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d0deb7541c..fa03e705ff 100755
--- a/configure
+++ b/configure
@@ -681,7 +681,7 @@ if test -c /dev/mga_vid ; then
_syncfb=yes
fi
-if test -e /dev/ost/video ; then
+if test -c /dev/ost/video ; then
_dvb=yes
fi