mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-12 18:43:47 +00:00
MERGE: libnfc-mingw-cross merge with trunk (r805-821)
This commit is contained in:
@@ -22,6 +22,11 @@ AC_DEFUN([LIBNFC_CHECK_PCSC],
|
||||
AC_MSG_RESULT(yes: darwin PC/SC framework)
|
||||
fi
|
||||
;;
|
||||
*mingw*)
|
||||
dnl FIXME Find a way to cross-compile for Windows
|
||||
HAVE_PCSC=0
|
||||
AC_MSG_RESULT(no: Windows PC/SC framework)
|
||||
;;
|
||||
*)
|
||||
if test x"$HAVE_PCSC" = "x0" ; then
|
||||
AC_MSG_ERROR([libpcsclite is mandatory.])
|
||||
|
||||
Reference in New Issue
Block a user