Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: add git check for dvbscan tables
  • Loading branch information
perexg committed Apr 2, 2016
1 parent c0c7b35 commit 9abcbec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -581,6 +581,7 @@ if enabled dvbscan; then
"${ROOTDIR}/support/getmuxlist"
if [ $? -ne 0 ]; then
echo "fail"
check_bin git || echo "FATAL: git binary not found (install the git package)"
die "Failed to fetch dvb-scan data (use --disable-dvbscan)"
fi
echo "ok"
Expand Down

0 comments on commit 9abcbec

Please sign in to comment.