]> sjero.net Git - linphone/commitdiff
zrtp no more unfinished
authorSimon Morlat <simon.morlat@linphone.org>
Sat, 18 Feb 2012 12:40:24 +0000 (13:40 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Sat, 18 Feb 2012 12:40:24 +0000 (13:40 +0100)
configure.ac

index d3c908585bec4ca0a150c3cc3356f3be6e1eefbf..c8e06342d62640d7939f75c2e4c297b6b78aeed5 100644 (file)
@@ -374,7 +374,7 @@ AC_ARG_ENABLE(alsa,
       esac],[alsa=true])
 
 AC_ARG_ENABLE(zrtp,
-      [  --enable-zrtp    Turn on zrtp support - UNFINISHED],
+      [  --enable-zrtp    Turn on zrtp support ],
       [case "${enableval}" in
         yes) zrtp=true ;;
         no)  zrtp=false ;;