MERGE: libnfc-mingw-cross merge with trunk (r805-821)
This commit is contained in:
parent
6df612a364
commit
58dcf63e7c
19 changed files with 246 additions and 110 deletions
|
|
@ -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.])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue