From fb50e3b23528665ffd59bd84209ba53f532506ea Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Thu, 17 May 2012 00:37:00 +0000 Subject: [PATCH] Display right driver name while detecting PCSC --- 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 453fcc9..fa24ec5 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 required for building the acr122 driver.]) + AC_MSG_ERROR([libpcsclite is required for building the acr122_pcsc driver.]) fi ;; esac