[Pcsclite-cvs-commit] r2273 - trunk/libmusclecard

Ludovic Rousseau rousseau at alioth.debian.org
Mon Dec 11 10:09:37 CET 2006


Author: rousseau
Date: 2006-12-11 10:09:36 +0100 (Mon, 11 Dec 2006)
New Revision: 2273

Modified:
   trunk/libmusclecard/configure.in
Log:
use PKG_PROG_PKG_CONFIG instead of AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes])


Modified: trunk/libmusclecard/configure.in
===================================================================
--- trunk/libmusclecard/configure.in	2006-12-11 08:54:26 UTC (rev 2272)
+++ trunk/libmusclecard/configure.in	2006-12-11 09:09:36 UTC (rev 2273)
@@ -18,7 +18,7 @@
 AC_PROG_INSTALL
 AM_PROG_LIBTOOL
 AM_PROG_LEX
-AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes])
+PKG_PROG_PKG_CONFIG
 
 dnl compiler features
 AC_C_BIGENDIAN




More information about the Pcsclite-cvs-commit mailing list