[Pcsclite-git-commit] [pcsc-tools] 03/04: configure.ac: add support of Windows (MSYS2)

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun May 14 14:29:18 UTC 2017


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

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit 749f26bd2645226250cc4f8a3a40fdc5f9b20042
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun May 14 16:26:12 2017 +0200

    configure.ac: add support of Windows (MSYS2)
    
    Add default linker value for PCSC_LIBS.
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index bf8e666..5003710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,9 @@ case "$host" in
 	PCSC_LIBS=${PCSC_LIBS:--framework PCSC}
 	PCSC_PATH="PCSC/"
     ;;
+*-*-msys)
+	PCSC_LIBS=-lwinscard
+	;;
 esac
 
 dnl Checks for libraries.

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



More information about the Pcsclite-cvs-commit mailing list