[Pcsclite-cvs-commit] r1740 - trunk/Drivers/ccid

Ludovic Rousseau rousseau at costa.debian.org
Thu Nov 24 14:35:25 UTC 2005


Author: rousseau
Date: 2005-11-24 14:35:24 +0000 (Thu, 24 Nov 2005)
New Revision: 1740

Modified:
   trunk/Drivers/ccid/configure.in
Log:
do not duplicate the definition of PCSCLITE_HP_DROPDIR in
--enable-ccidtwindir since it is already defined in --enable-usbdropdir

This prevented the successful execution of ./configure when
-pedantic-errors is used


Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in	2005-11-24 14:21:00 UTC (rev 1739)
+++ trunk/Drivers/ccid/configure.in	2005-11-24 14:35:24 UTC (rev 1740)
@@ -190,7 +190,6 @@
 	ccidtwindir=`pkg-config libpcsclite --variable=usbdropdir`/serial
 fi
 AC_MSG_RESULT([serial twin install dir : $ccidtwindir])
-AC_DEFINE_UNQUOTED(PCSCLITE_HP_DROPDIR, "$ccidtwindir", [directory containing USB drivers])
 
 # --enable-pcsclite
 AC_ARG_ENABLE(pcsclite,




More information about the Pcsclite-cvs-commit mailing list