comparison configure @ 8730:9032b2e79480

useless lines removed :) thx to Thanks Matthias & Steffen Barszus
author arpi
date Fri, 03 Jan 2003 11:34:17 +0000
parents 30bb40f02e1e
children 7b36f765c3e3
comparison
equal deleted inserted replaced
8729:561aa9c850f7 8730:9032b2e79480
2712 2712
2713 2713
2714 echocheck "DVB" 2714 echocheck "DVB"
2715 if test "$_dvb" != no ; then 2715 if test "$_dvb" != no ; then
2716 _dvb=no 2716 _dvb=no
2717 test -c /dev/ost/video && _dvb=yes
2718 cat >$TMPC << EOF 2717 cat >$TMPC << EOF
2719 #include <sys/poll.h> 2718 #include <sys/poll.h>
2720 #include <sys/ioctl.h> 2719 #include <sys/ioctl.h>
2721 #include <stdio.h> 2720 #include <stdio.h>
2722 #include <time.h> 2721 #include <time.h>
2753 fi 2752 fi
2754 if test "$_dvbhead" != no ; then 2753 if test "$_dvbhead" != no ; then
2755 echocheck "DVB HEAD" 2754 echocheck "DVB HEAD"
2756 if test "$_dvbhead" != no ; then 2755 if test "$_dvbhead" != no ; then
2757 _dvbhead=no 2756 _dvbhead=no
2758 test -c /dev/dvb/adapter0/video0 && _dvbhead=yes
2759 2757
2760 cat >$TMPC << EOF 2758 cat >$TMPC << EOF
2761 #include <sys/poll.h> 2759 #include <sys/poll.h>
2762 #include <sys/ioctl.h> 2760 #include <sys/ioctl.h>
2763 #include <stdio.h> 2761 #include <stdio.h>