[Pcsclite-cvs-commit] CVS Drivers/ccid

CVS User rousseau ludovic.rousseau@free.fr
Tue, 26 Apr 2005 12:31:38 +0000


Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv18351

Modified Files:
	configure.in 
Log Message:
we need pcsc-lite 1.2.9-beta7 and not just beta5 since we use the new
log API


--- /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/03/17 10:13:02	1.43
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/04/26 12:31:35	1.44
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoconf 2.56 or newer
 
-dnl $Id: configure.in,v 1.43 2005/03/17 10:13:02 rousseau Exp $
+dnl $Id: configure.in,v 1.44 2005/04/26 12:31:35 rousseau Exp $
 
 dnl Require autoconf 2.52
 AC_PREREQ(2.52)
@@ -32,18 +32,18 @@
 AM_PROG_LEX
 
 dnl check pcsc-lite version
-PKG_CHECK_MODULES(PCSC, libpcsclite >= 1.2.9-beta5, [],
+PKG_CHECK_MODULES(PCSC, libpcsclite >= 1.2.9-beta7, [],
 	[ if test -f /usr/local/lib/pkgconfig/libpcsclite.pc ; then
 		AC_MSG_ERROR([use PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure])
 	  else
-		AC_MSG_WARN([install pcsc-lite 1.2.9-beta5 or later])
+		AC_MSG_WARN([install pcsc-lite 1.2.9-beta7 or later])
 	  fi
 	])
 
 OLD_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS $PCSC_CFLAGS"
 AC_CHECK_HEADER(ifdhandler.h,,
-	[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite 1.2.9-beta5 or later, or use CFLAGS=... ./configure])],
+	[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite 1.2.9-beta7 or later, or use CFLAGS=... ./configure])],
 	[ #include <ifdhandler.h> ])
 CFLAGS="$OLD_CFLAGS"
 
@@ -197,7 +197,7 @@
 	OLD_LIBS="$LIBS"
 	LDLIBS="$LDLIBS $PCSC_LIBS"
 	AC_CHECK_LIB(pcsclite, SCardEstablishContext, [],
-		[AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta5 or later,or use LDLIBS=... ./configure])])
+		[AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta7 or later,or use LDLIBS=... ./configure])])
 	LDLIBS="$OLD_LDLIBS"
 	LIBS="$OLD_LIBS"