[Pcsclite-cvs-commit] r1718 - trunk/PCSC

Ludovic Rousseau rousseau at costa.debian.org
Wed Nov 16 10:36:03 UTC 2005


Author: rousseau
Date: 2005-11-16 10:36:03 +0000 (Wed, 16 Nov 2005)
New Revision: 1718

Modified:
   trunk/PCSC/configure.in
Log:
do not use `pkg-config libpcsclite --variable=libdir` since we _are_
installing libpcsclite.
This code was ok when libmusclecard was separate from libpcsclite.


Modified: trunk/PCSC/configure.in
===================================================================
--- trunk/PCSC/configure.in	2005-11-16 09:22:55 UTC (rev 1717)
+++ trunk/PCSC/configure.in	2005-11-16 10:36:03 UTC (rev 1718)
@@ -280,8 +280,7 @@
 	if test "x$prefix" != xNONE; then
 		muscledropdir="$prefix/services"
 	else
-		muscledropdir=`pkg-config libpcsclite --variable=libdir`
-		muscledropdir="${muscledropdir}/pcsc/services"
+		muscledropdir="$ac_default_prefix/pcsc/services"
 	fi
 fi
 AC_MSG_RESULT([enable MuscleCard bundles dir : $muscledropdir])




More information about the Pcsclite-cvs-commit mailing list