[Pcsclite-cvs-commit] r6421 - /trunk/contrib/libPCSCv2part10/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Aug 9 14:41:27 UTC 2012


Author: rousseau
Date: Thu Aug  9 14:41:27 2012
New Revision: 6421

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6421
Log:
We do not need a minimal pcsc-lite version

Modified:
    trunk/contrib/libPCSCv2part10/configure.in

Modified: trunk/contrib/libPCSCv2part10/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/contrib/libPCSCv2part10/configure.in?rev=6421&op=diff
==============================================================================
--- trunk/contrib/libPCSCv2part10/configure.in (original)
+++ trunk/contrib/libPCSCv2part10/configure.in Thu Aug  9 14:41:27 2012
@@ -32,14 +32,13 @@
 PKG_PROG_PKG_CONFIG
 
 # check pcsc-lite version
-PCSC_NEEDED_VERSION="1.8.3"
 PKG_CHECK_EXISTS([libpcsclite],
-	[PKG_CHECK_MODULES(PCSC, libpcsclite >= $PCSC_NEEDED_VERSION, [],
+	[PKG_CHECK_MODULES(PCSC,, [],
 	[
 	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
-		AC_MSG_WARN([install pcsc-lite $PCSC_NEEDED_VERSION or later])
+		AC_MSG_WARN([install pcsc-lite])
 	  fi
 	])],
 	[AC_MSG_WARN([libpcsclite not found by pkg-config])]
@@ -47,7 +46,7 @@
 
 saved_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS"
-PCSC_ERROR_MSG="install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=..."
+PCSC_ERROR_MSG="install pcsc-lite, or use ./configure PCSC_CFLAGS=..."
 AC_CHECK_HEADER(reader.h,, [AC_MSG_ERROR([$PCSC_ERROR_MSG])])
 CPPFLAGS="$saved_CPPFLAGS"
 




More information about the Pcsclite-cvs-commit mailing list