From 9ecba5edbf2dc4552cd4606e916f1891c914df26 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 3 Nov 2014 11:27:54 +0100 Subject: [PATCH] Fix tunnel check (back port) --- submodules/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/build/Makefile b/submodules/build/Makefile index d52396a5b..9e4f01787 100644 --- a/submodules/build/Makefile +++ b/submodules/build/Makefile @@ -25,7 +25,7 @@ enable_ffmpeg=yes enable_opus=yes enable_debug=no -TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel 2>/dev/null 1>/dev/null) +TUNNEL_AVAILABLE=$(shell git submodule status ../tunnel 2>/dev/null 1>/dev/null && echo yes) ifneq ($(TUNNEL_AVAILABLE),) enable_tunnel=yes