comparison configure @ 19306:a7b0bc9aadda

cosmetics: Fix DVB test indentation.
author diego
date Thu, 03 Aug 2006 23:50:16 +0000
parents ec0eb7a62cbd
children e9a8439b24c1
comparison
equal deleted inserted replaced
19305:ec0eb7a62cbd 19306:a7b0bc9aadda
4234 #include <ost/sec.h> 4234 #include <ost/sec.h>
4235 #include <ost/video.h> 4235 #include <ost/video.h>
4236 #include <ost/audio.h> 4236 #include <ost/audio.h>
4237 int main(void) {return 0;} 4237 int main(void) {return 0;}
4238 EOF 4238 EOF
4239 if cc_check ; then 4239 if cc_check ; then
4240 _dvb=yes
4241 else
4242 for I in "$_inc_dvb" "-I/usr/src/DVB/ost/include" ; do
4243 if cc_check "$I" ; then
4240 _dvb=yes 4244 _dvb=yes
4241 else 4245 _inc_dvb="$I"
4242 for I in "$_inc_dvb" "-I/usr/src/DVB/ost/include" ; do 4246 _res_comment="using $_inc_dvb"
4243 if cc_check "$I" ; then 4247 break
4244 _dvb=yes 4248 fi
4245 _inc_dvb="$I" 4249 done
4246 _res_comment="using $_inc_dvb" 4250 test "$_dvb" = no && _res_comment="specify path to DVB/ost/include with --with-dvbincdir=DIR"
4247 break 4251 fi
4248 fi
4249 done
4250 test "$_dvb" = no && _res_comment="specify path to DVB/ost/include with --with-dvbincdir=DIR"
4251 fi
4252 fi 4252 fi
4253 echores "$_dvb" 4253 echores "$_dvb"
4254 if test "$_dvb" = yes ; then 4254 if test "$_dvb" = yes ; then
4255 _def_dvb='#define HAVE_DVB 1' 4255 _def_dvb='#define HAVE_DVB 1'
4256 _def_dvb_in='#define HAS_DVBIN_SUPPORT 1' 4256 _def_dvb_in='#define HAS_DVBIN_SUPPORT 1'