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

Ludovic Rousseau rousseau at costa.debian.org
Tue Nov 29 09:16:45 UTC 2005


Author: rousseau
Date: 2005-11-29 09:16:44 +0000 (Tue, 29 Nov 2005)
New Revision: 1768

Modified:
   trunk/Drivers/ccid/configure.in
Log:
recommand the use of PCSC_CFLAGS=... instead of CFLAGS=... to find the
pcsc-lite headers


Modified: trunk/Drivers/ccid/configure.in
===================================================================
--- trunk/Drivers/ccid/configure.in	2005-11-29 09:15:13 UTC (rev 1767)
+++ trunk/Drivers/ccid/configure.in	2005-11-29 09:16:44 UTC (rev 1768)
@@ -43,10 +43,10 @@
 saved_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS"
 AC_CHECK_HEADER(ifdhandler.h,,
-	[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite 1.2.9-beta9 or later, or use CFLAGS=... ./configure])],
+	[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite 1.2.9-beta9 or later, or use ./configure PCSC_CFLAGS=...])],
 	[ #include <ifdhandler.h> ])
 AC_CHECK_HEADER(reader.h,,
-	[AC_MSG_ERROR([reader.h not found, install pcsc-lite 1.2.9-beta9 or later, or use CFLAGS=... ./configure])],
+	[AC_MSG_ERROR([reader.h not found, install pcsc-lite 1.2.9-beta9 or later, or use ./configure PCSC_CFLAGS=...])],
 	[ #include <reader.h> ])
 CPPFLAGS="$saved_CPPFLAGS"
 




More information about the Pcsclite-cvs-commit mailing list