Display right driver name while detecting PCSC
This commit is contained in:
parent
d98b5d00ab
commit
fb50e3b235
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 required for building the acr122 driver.])
|
||||
AC_MSG_ERROR([libpcsclite is required for building the acr122_pcsc driver.])
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue