Fix default PC/SC provider for darwin, thanks to Martin Paljak

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3456 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2008-04-02 19:48:12 +00:00
parent 0e2c664d34
commit 94d884922c
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ if test "${enable_pcsc}" = "yes"; then
if test "${with_pcsc_provider}" = "detect"; then
case "${host}" in
*-*-darwin*)
DEFAULT_PCSC_PROVIDER="${full_usrlibdir}/libpcsclite.so"
DEFAULT_PCSC_PROVIDER="/System/Library/Frameworks/PCSC.framework/PCSC"
;;
*-mingw32*|*-winnt*|*-cygwin*)
DEFAULT_PCSC_PROVIDER="winscard.dll"