[Pcsclite-cvs-commit] CVS Drivers/ccid
CVS User rousseau
ludovic.rousseau@free.fr
Mon, 04 Oct 2004 02:09:13 -0600
Update of /cvsroot/pcsclite/Drivers/ccid
In directory haydn:/tmp/cvs-serv22369
Modified Files:
configure.in
Log Message:
do not redefine PKG_CONFIG_PATH when checking the pcsc-lite version
since the variable is already defined a few lines above
--- /cvsroot/pcsclite/Drivers/ccid/configure.in 2004/09/29 08:06:58 1.30
+++ /cvsroot/pcsclite/Drivers/ccid/configure.in 2004/10/04 08:09:13 1.31
@@ -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.30 2004/09/29 08:06:58 rousseau Exp $
+dnl $Id: configure.in,v 1.31 2004/10/04 08:09:13 rousseau Exp $
dnl Require autoconf 2.52
AC_PREREQ(2.52)
@@ -36,7 +36,7 @@
PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH
if test "$PKGCONFIG" = "yes"; then
- if ! `PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --print-errors --atleast-version=1.2.9-beta5 libpcsclite`
+ if ! `pkg-config --print-errors --atleast-version=1.2.9-beta5 libpcsclite`
then
AC_MSG_ERROR([install pcsc-lite 1.2.9-beta5 or later])
fi