From 8ec045ced13a5b771bbd0057c0629a1f6fc661bd Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Sun, 29 Jan 2012 14:31:31 +0000 Subject: [PATCH] include shell code for cloning opensc with pace git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@698 96b47cad-a561-4643-ad3b-153ac7d7599c --- npa/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npa/configure.ac b/npa/configure.ac index 508fd47..532a076 100644 --- a/npa/configure.ac +++ b/npa/configure.ac @@ -47,7 +47,7 @@ CPPFLAGS="$CPPFLAGS $OPENSSL_CFLAGS" LIBS="$LDFLAGS $OPENSC_LIBS $OPENSSL_LIBS" AC_MSG_CHECKING([for sc_perform_pace]) AC_TRY_LINK_FUNC(sc_perform_pace, [ AC_MSG_RESULT([yes]) ], - [ AC_MSG_ERROR([libopensc with PACE (https://github.com/frankmorgner/OpenSC) not found, use ./configure OPENSC_LIBS=...]) ]) + [ AC_MSG_ERROR([libopensc with PACE (git clone git://github.com/frankmorgner/OpenSC.git) not found, use ./configure OPENSC_LIBS=...]) ]) AC_CHECK_HEADERS(openssl/evp.h, [], [ AC_MSG_ERROR([openssl/evp.h not found, install OpenSSL or use ./configure OPENSSL_CFLAGS=...]) ]) AC_MSG_CHECKING([for EVP_read_pw_string_min])