[Pcsclite-cvs-commit] PCSC configure.in,1.45,1.46

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC
In directory haydn:/tmp/cvs-serv2796

Modified Files:
	configure.in 
Log Message:
the comment for --enable-extendedapdu was wrong. The maximum APDU size
is 32KB and not 128KB. Thanks to Damien Sauveron.


Index: configure.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/configure.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- configure.in	6 May 2004 09:04:44 -0000	1.45
+++ configure.in	7 May 2004 18:18:17 -0000	1.46
@@ -305,7 +305,7 @@
 
 dnl --enable-extendedapdu
 AC_ARG_ENABLE(extendedapdu,
-	AC_HELP_STRING([--enable-extendedapdu], [support of extended APDU (for APDU  256B < size < 128KB)]),
+	AC_HELP_STRING([--enable-extendedapdu], [support of extended APDU (for APDU  256B < size < 32KB)]),
 	[ case "${enableval}" in
 		yes) extendedapdu=true ;;
 		no) extendedapdu=false ;;