On Wednesday 04 February 2009 15:00:11 Ludovic Rousseau wrote:
> Alon,
> 
> What is the benefit of using:
>                PKG_CHECK_EXISTS(
>                        [libpcsclite],
>                        [PKG_CHECK_MODULES([PCSC], [libpcsclite])]
> instead of just:
>       PKG_CHECK_MODULES([PCSC], [libpcsclite])
> 
> Is it because PCSC_CFLAGS and PCSC_LIBS are erased in the second case
> if pkg-config can't find libpcsclite?

We don't really need pcsc-lite installed in order to compile OpenSC, we only
need to find the winscard.h, so I don't force package existence.

Alon.
_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to