libpcsclite is not really required.
This commit is contained in:
parent
f6b582cf2b
commit
e94513fdb7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ AC_DEFUN([LIBNFC_CHECK_PCSC],
|
|||
;;
|
||||
*)
|
||||
if test x"$HAVE_PCSC" = "x0" ; then
|
||||
AC_MSG_ERROR([libpcsclite is mandatory.])
|
||||
AC_MSG_ERROR([libpcsclite is required for building the acr122 driver.])
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue