[Pcsclite-cvs-commit] r2064 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Thu May 25 21:53:04 UTC 2006


Author: rousseau
Date: 2006-05-25 21:53:03 +0000 (Thu, 25 May 2006)
New Revision: 2064

Modified:
   trunk/PCSC/configure.in
Log:
remove --enable-extendedapdu since it is useless now


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2006-05-25 21:52:34 UTC (rev 2063)
+++ trunk/PCSC/configure.in	2006-05-25 21:53:03 UTC (rev 2064)
@@ -280,23 +280,6 @@
 	AC_MSG_RESULT([enable ipcdir                 : /var/run (default)])
 fi
 
-# --enable-extendedapdu
-AC_ARG_ENABLE(extendedapdu,
-	AC_HELP_STRING([--enable-extendedapdu], [support of extended APDU (for APDU  256B < size < 32KB)]),
-	[ case "${enableval}" in
-		yes) extendedapdu=true ;;
-		no) extendedapdu=false ;;
-		*) AC_MSG_ERROR([bad value ${enableval} for --enable-extendedapdu]) ;;
-	esac], [extendedapdu=false])
-
-AC_MSG_RESULT([enable extended APDU          : $extendedapdu])
-
-if test x${extendedapdu} = xtrue ; then
-  extended_apdu="#define PCSCLITE_ENHANCED_MESSAGING"
-else
-  extended_apdu="#undef PCSCLITE_ENHANCED_MESSAGING"
-fi
-
 CPPFLAGS="-I\${top_srcdir}/src $CPPFLAGS"
 
 # HOST_TO_CCID
@@ -314,7 +297,6 @@
 AC_SUBST(usbdropdir)
 AC_SUBST(confdir)
 AC_SUBST(runpid)
-AC_SUBST(extended_apdu)
 AC_SUBST(host_to_ccid_16)
 AC_SUBST(host_to_ccid_32)
 AS_AC_EXPAND(confdir_exp,$confdir)




More information about the Pcsclite-cvs-commit mailing list