diff configure @ 2743:1438574ccdc3

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.
author jkeil
date Tue, 06 Nov 2001 16:56:27 +0000
parents ae79207a3055
children 69a77510f0eb
line wrap: on
line diff
--- a/configure	Tue Nov 06 16:53:47 2001 +0000
+++ b/configure	Tue Nov 06 16:56:27 2001 +0000
@@ -681,7 +681,7 @@
  _syncfb=yes
 fi
 
-if test -e /dev/ost/video ; then
+if test -c /dev/ost/video ; then
  _dvb=yes
 fi