mingw32->mingw*

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3591 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
alonbl 2008-10-27 19:17:36 +00:00
parent d7941bf850
commit bb6f6f7952
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ case "${host}" in
CFLAGS="${CFLAGS} -no-cpp-precomp"
fi
;;
*-mingw32*|*-winnt*)
*-mingw*|*-winnt*)
WIN32="yes"
CPPFLAGS="${CPPFLAGS} -DWIN32_LEAN_AND_MEAN"
WIN_LIBPREFIX="lib"
@ -506,7 +506,7 @@ if test "${enable_pcsc}" = "yes"; then
*-*-darwin*)
DEFAULT_PCSC_PROVIDER="/System/Library/Frameworks/PCSC.framework/PCSC"
;;
*-mingw32*|*-winnt*|*-cygwin*)
*-mingw*|*-winnt*|*-cygwin*)
DEFAULT_PCSC_PROVIDER="winscard.dll"
;;
*)