[Pcsclite-cvs-commit] CVS Drivers/ccid

CVS User rousseau ludovic.rousseau@free.fr
Sun, 27 Feb 2005 13:53:15 -0700


Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv9768

Modified Files:
	configure.in 
Log Message:
do not check for pkg-config since we can do without it


--- /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/02/25 08:15:27	1.35
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in	2005/02/27 20:53:15	1.36
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl You may need to use autoconf 2.56 or newer
 
-dnl $Id: configure.in,v 1.35 2005/02/25 08:15:27 rousseau Exp $
+dnl $Id: configure.in,v 1.36 2005/02/27 20:53:15 rousseau Exp $
 
 dnl Require autoconf 2.52
 AC_PREREQ(2.52)
@@ -30,7 +30,6 @@
 AC_PROG_MAKE_SET
 AC_PROG_LN_S
 AM_PROG_LEX
-AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes])
 
 dnl check pcsc-lite version
 PKG_CHECK_MODULES(PCSC, libpcsclite >= 1.2.9-beta5, [],