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
This commit is contained in:
jkeil 2001-11-06 16:56:27 +00:00
parent 991ff4de60
commit eb878e7a06
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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