From e94513fdb77f5557c3072b4b66e25ba264e12418 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Thu, 22 Sep 2011 10:01:37 +0000 Subject: [PATCH] libpcsclite is not really required. --- m4/libnfc_check_pcsc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/libnfc_check_pcsc.m4 b/m4/libnfc_check_pcsc.m4 index 2dafa71..abf76a4 100644 --- a/m4/libnfc_check_pcsc.m4 +++ b/m4/libnfc_check_pcsc.m4 @@ -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