[pkg-opensc-commit] [libp11] 13/86: Require OpenSSL >= 0.9.8
Eric Dorland
eric at moszumanska.debian.org
Sun Jul 24 21:40:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit a85cae4dbf86adebac59fc468e5475dacdfa21a3
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date: Fri Jan 22 15:32:34 2016 +0100
Require OpenSSL >= 0.9.8
---
configure.ac | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/configure.ac b/configure.ac
index dd5a9b7..62fb787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,19 +144,9 @@ fi
PKG_CHECK_MODULES(
[OPENSSL],
- [libcrypto >= 0.9.7],
+ [libcrypto >= 0.9.8],
,
- [PKG_CHECK_MODULES(
- [OPENSSL],
- [openssl >= 0.9.7],
- ,
- [AC_CHECK_LIB(
- [crypto],
- [RSA_version],
- [OPENSSL_LIBS="-lcrypto"],
- [AC_MSG_ERROR([Cannot find OpenSSL])]
- )]
- )]
+ [AC_MSG_ERROR([libcrypto >= 0.9.8 is required])]
)
pkgconfigdir="\$(libdir)/pkgconfig"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list