comparison configure @ 12092:16701d1754a7

dvb should be added to $_noinputmodules as well as $_inputmodules.
author diego
date Thu, 01 Apr 2004 14:17:58 +0000
parents 38e6ec59815b
children 56e4423f16be
comparison
equal deleted inserted replaced
12091:c67c28e4992e 12092:16701d1754a7
3417 if test "$_dvb" = yes || test "$_dvbhead" = yes ; then 3417 if test "$_dvb" = yes || test "$_dvbhead" = yes ; then
3418 _dvbin=yes 3418 _dvbin=yes
3419 _inputmodules="dvb $_inputmodules" 3419 _inputmodules="dvb $_inputmodules"
3420 else 3420 else
3421 _dvbin=no 3421 _dvbin=no
3422 _noinputmodules="dvb $_noinputmodules"
3422 fi 3423 fi
3423 3424
3424 echocheck "PNG support" 3425 echocheck "PNG support"
3425 if test "$_png" = auto ; then 3426 if test "$_png" = auto ; then
3426 _png=no 3427 _png=no