[Pcsclite-cvs-commit] r2996 - /trunk/Drivers/ccid/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Jun 14 14:11:41 UTC 2008


Author: rousseau
Date: Sat Jun 14 14:11:41 2008
New Revision: 2996

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2996
Log:
do not AC_MSG_RESULT([no]) if PCSC is not found since
PKG_CHECK_MODULES() will already display the result

Modified:
    trunk/Drivers/ccid/configure.in

Modified: trunk/Drivers/ccid/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/configure.in?rev=2996&op=diff
==============================================================================
--- trunk/Drivers/ccid/configure.in (original)
+++ trunk/Drivers/ccid/configure.in Sat Jun 14 14:11:41 2008
@@ -36,7 +36,7 @@
 # check pcsc-lite version
 PCSC_NEEDED_VERSION="1.3.3"
 PKG_CHECK_MODULES(PCSC, libpcsclite >= $PCSC_NEEDED_VERSION, [],
-	[ AC_MSG_RESULT([no])
+	[
 	if test -f /usr/local/lib/pkgconfig/libpcsclite.pc -a "x$PKG_CONFIG" != x ; then
 		AC_MSG_ERROR([use PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure])
 	  else




More information about the Pcsclite-cvs-commit mailing list