[Pcsclite-git-commit] [CCID] 01/01: configure.ac: fix error message for SCardEstablishContext

Ludovic Rousseau rousseau at moszumanska.debian.org
Wed Apr 5 16:34:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit af00591a4a3c437045cc9923f6477e6f2e467bf4
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Wed Apr 5 18:33:05 2017 +0200

    configure.ac: fix error message for SCardEstablishContext
    
    Do not specify a version any more. pcsc-lite 1.2.9-beta9 was released in
    February 2006.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4241674..360c098 100644
--- a/configure.ac
+++ b/configure.ac
@@ -227,7 +227,7 @@ if test "${pcsclite}" != no ; then
 	AC_MSG_CHECKING([for SCardEstablishContext])
 	AC_TRY_LINK_FUNC(SCardEstablishContext,
 	    [ AC_MSG_RESULT([yes]) ],
-		[ AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta9 or later,or use PCSC_LIBS=...  ./configure]) ])
+		[ AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite, or use PCSC_LIBS=...  ./configure]) ])
 	LIBS="$OLD_LIBS"
 	CFLAGS="$OLD_CFLAGS"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list