[Pcsclite-cvs-commit] r5735 - /trunk/PCSC/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu May 12 08:31:31 UTC 2011


Author: rousseau
Date: Thu May 12 08:31:29 2011
New Revision: 5735

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=5735
Log:
No need to define host_to_ccid_16 and host_to_ccid_32 any more since
they were removed in revision 5255 from src/PCSC/reader.h

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=5735&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Thu May 12 08:31:29 2011
@@ -328,17 +328,6 @@
 PCSCLITE_FEATURES="${PCSCLITE_FEATURES} ipcdir=${ipcdir}"
 
 CPPFLAGS="-I\${top_srcdir}/src $CPPFLAGS"
-
-# HOST_TO_CCID
-if test "x$ac_cv_c_bigendian" = "xyes"; then
-	AC_SUBST(host_to_ccid_16, ['((((x) >> 8) & 0xFF) + ((x & 0xFF) << 8))'])
-	AC_SUBST(host_to_ccid_32, ['((((x) >> 24) & 0xFF) + (((x) >> 8) & 0xFF00) + ((x & 0xFF00) << 8) + (((x) & 0xFF) << 24))'])
-	AC_MSG_RESULT([plateform endianess           : big endian])
-else
-	AC_SUBST(host_to_ccid_16, ['(x)'])
-	AC_SUBST(host_to_ccid_32, ['(x)'])
-	AC_MSG_RESULT([plateform endianess           : little endian])
-fi
 
 # --enable-confdir=DIR
 AC_ARG_ENABLE(confdir,




More information about the Pcsclite-cvs-commit mailing list