libpcsclite is not really required.

This commit is contained in:
Romain Tartiere 2011-09-22 10:01:37 +00:00
parent f6b582cf2b
commit e94513fdb7

View file

@ -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