Fix typo - ENABLE_ defines need to be tested with #if. Thanks to Glandos for spotting.

This commit is contained in:
Dave Chapman 2013-01-10 20:59:14 +00:00
parent 14fb1f9e1d
commit ad2a737a11

View file

@ -387,7 +387,7 @@ main(int argc, char **argv)
"to your Tvheadend installation until you edit\n"
"the access-control from within the Tvheadend UI",
OPT_BOOL, &opt_firstrun },
#ifdef ENABLE_LINUXDVB
#if ENABLE_LINUXDVB
{ 'a', "adapters", "Use only specified DVB adapters",
OPT_STR, &opt_dvb_adapters },
#endif