[Pcsclite-git-commit] [pcsc-tools] 01/04: configure.ac: no need to set PCSC_CFLAGS on macOS
Ludovic Rousseau
rousseau at moszumanska.debian.org
Sun May 14 14:29:17 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 915d988fc06302bd1789491d40945c0ff23e8f2c
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sun May 14 12:58:38 2017 +0200
configure.ac: no need to set PCSC_CFLAGS on macOS
The PC/SC header files are found with no extra CFLAGS.
Only the linker needs to have "--framework PCSC"
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9e8ab54..bf8e666 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,6 @@ AC_PROG_CC
# Check for some target-specific stuff
case "$host" in
*-*-darwin*)
- PCSC_CFLAGS=${PCSC_CFLAGS:--framework PCSC}
PCSC_LIBS=${PCSC_LIBS:--framework PCSC}
PCSC_PATH="PCSC/"
;;
--
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