From bb6f6f79520033a3dad66f9a388c50c9656f7268 Mon Sep 17 00:00:00 2001 From: alonbl Date: Mon, 27 Oct 2008 19:17:36 +0000 Subject: [PATCH] mingw32->mingw* git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3591 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 86aa7ffa..5d786986 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ;; *)