From 5fa1feef6185fe7d61dae8dfc7597fd8efbed5a3 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 15 Jan 2014 11:13:11 +0100 Subject: [PATCH] Fix typo --- submodules/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/build/Makefile b/submodules/build/Makefile index 713d9848b..134334fc4 100644 --- a/submodules/build/Makefile +++ b/submodules/build/Makefile @@ -32,7 +32,7 @@ CHECKOPT_MSG := "" ifeq ($(enable_gpl_third_parties)$(enable_zrtp),noyes) CHECKOPT_MSG += "ZRTP is not available in non-gpl build. disabling\n" - enable_zrtp=yes + enable_zrtp=no endif ifeq ($(enable_gpl_third_parties)$(enable_ffmpeg),noyes)