Blob Blame History Raw
diff -up ortp-0.23.0/configure.ac.zrtpcpp-fix ortp-0.23.0/configure.ac
--- ortp-0.23.0/configure.ac.zrtpcpp-fix	2014-11-14 11:54:20.686259533 -0500
+++ ortp-0.23.0/configure.ac	2014-11-14 11:54:36.991138047 -0500
@@ -290,7 +290,7 @@ AC_ARG_ENABLE(zrtp,
 )
 
 if test "$zrtp" = "true" ; then
-	PKG_CHECK_MODULES(LIBZRTPCPP, libzrtpcppcore >= 4.0.0)
+	PKG_CHECK_MODULES(LIBZRTPCPP, libzrtpcpp >= 4.0.0)
 	if test "$have_srtp" = "no" ; then
 		AC_MSG_ERROR("ZRTP requires SRTP")
 	fi