From: Jaroslav Kysela Date: Sat, 2 Apr 2016 08:16:33 +0000 (+0200) Subject: configure: add git check for dvbscan tables X-Git-Tag: v4.2.1~758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abcbec940db077bd5eb840e8f6d1f7285d96863;p=thirdparty%2Ftvheadend.git configure: add git check for dvbscan tables --- diff --git a/configure b/configure index 7ef1b34b1..be3d2e223 100755 --- a/configure +++ b/configure @@ -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"