Display right driver name while detecting PCSC

This commit is contained in:
Romuald Conty 2012-05-17 00:37:00 +00:00
parent d98b5d00ab
commit fb50e3b235

View file

@ -29,7 +29,7 @@ AC_DEFUN([LIBNFC_CHECK_PCSC],
;; ;;
*) *)
if test x"$HAVE_PCSC" = "x0" ; then 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 fi
;; ;;
esac esac