'.so' is also the OS X suffix for pkcs11

This commit is contained in:
Frank Morgner 2015-10-14 11:37:18 +02:00
parent b9b3b2a86e
commit 094179ce5c
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ fi
if test "${with_pkcs11_provider}" = "detect"; then
case "${host}" in
*-*-darwin*)
DEFAULT_PKCS11_PROVIDER="opensc-pkcs11.dylib"
DEFAULT_PKCS11_PROVIDER="opensc-pkcs11.so"
;;
*-mingw*|*-winnt*|*-cygwin*)
DEFAULT_PKCS11_PROVIDER="opensc-pkcs11.dll"