]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: add git check for dvbscan tables
authorJaroslav Kysela <perex@perex.cz>
Sat, 2 Apr 2016 08:16:33 +0000 (10:16 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 2 Apr 2016 08:16:33 +0000 (10:16 +0200)
configure

index 7ef1b34b1208516dd338294f47dc1bf1f0cdcb93..be3d2e223e93ade472b2a406ed54a71a485965b3 100755 (executable)
--- 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"