Skip to content
Snippets Groups Projects
Commit 48a96ace authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

daemon: disable zrtp support by default.

Until we provide an implementation not using CCRTP.

Refs #63443

Change-Id: Ic605ae569633f511e4257d6f276a67b269164ed8
parent eff57842
No related branches found
No related tags found
No related merge requests found
......@@ -394,7 +394,7 @@ dnl Check for libzrtpcpp, a ccRTP extension providing zrtp key exchange
AC_ARG_WITH([zrtp],
[AS_HELP_STRING([--without-zrtp], [disable support for zrtp])],
[],
[with_zrtp=yes])
[with_zrtp=no])
AS_IF([test "x$with_zrtp" = "xyes"], [
PKG_CHECK_MODULES([ZRTPCPP], libzrtpcpp >= 2.3.0, [with_zrtp_configure=yes],
dnl Fallback to older version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment