r2824 - trunk/libzrtpcpp
erik at minisip.org
erik at minisip.org
Tue Oct 10 15:04:58 CEST 2006
Author: erik
Date: 2006-10-10 15:04:57 +0200 (Tue, 10 Oct 2006)
New Revision: 2824
Modified:
trunk/libzrtpcpp/configure.ac
trunk/libzrtpcpp/libzrtpcpp.pc.in
Log:
* Compile fix for ZRTP: I need to change the dependency "openSSL" to
"openssl".
Modified: trunk/libzrtpcpp/configure.ac
===================================================================
--- trunk/libzrtpcpp/configure.ac 2006-10-07 12:20:48 UTC (rev 2823)
+++ trunk/libzrtpcpp/configure.ac 2006-10-10 13:04:57 UTC (rev 2824)
@@ -36,7 +36,7 @@
AC_CHECK_LIB([crypto],
[EVP_CipherInit_ex],
[
- CRYPTOBACKEND="openSSL >= 0.9.8"
+ CRYPTOBACKEND="openssl >= 0.9.8"
LIBS="-lcrypto $LIBS"
],
[AC_MSG_ERROR([Cannot find libgcrypt or OpenSSL crypto library.])]
Modified: trunk/libzrtpcpp/libzrtpcpp.pc.in
===================================================================
--- trunk/libzrtpcpp/libzrtpcpp.pc.in 2006-10-07 12:20:48 UTC (rev 2823)
+++ trunk/libzrtpcpp/libzrtpcpp.pc.in 2006-10-10 13:04:57 UTC (rev 2824)
@@ -3,7 +3,7 @@
libdir=@libdir@
includedir=@includedir@
-Name: libccrtp1
+Name: libzrtpcpp
Description: GNU ZRTP core library
Version: @VERSION@
Requires: @CRYPTOBACKEND@
More information about the Minisip-devel
mailing list