This is simply wrong. It will completely fail if pcsc is absent. Please refer to the "detect" logic for openssl/zlib/iconv, Please fix.
Also, I must say I reject of enabling optional features without explicit instruction. But... people wish to push something. Alon. On Mon, Nov 2, 2009 at 12:52 PM, <webmas...@opensc-project.org> wrote: > > Revision: 3802 > Author: ludovic.rousseau > Date: 2009-11-02 10:52:39 +0000 (Mon, 02 Nov 2009) > > Log Message: > ----------- > Enable PCSC by default. Use --disable-pcsc if you do not want it. > > See > http://www.opensc-project.org/pipermail/opensc-devel/2009-November/012755.html > > Modified Paths: > -------------- > trunk/configure.ac > > Modified: trunk/configure.ac > =================================================================== > --- trunk/configure.ac 2009-11-02 10:43:06 UTC (rev 3801) > +++ trunk/configure.ac 2009-11-02 10:52:39 UTC (rev 3802) > @@ -153,9 +153,9 @@ > > AC_ARG_ENABLE( > [pcsc], > - [AS_HELP_STRING([--enable-pcsc],[enable pcsc support > @<:@disabled@:>@])], > + [AS_HELP_STRING([--disable-pcsc],[disable pcsc support > @<:@enabled@:>@])], > , > - [enable_pcsc="no"] > + [enable_pcsc="yes"] > ) > > AC_ARG_ENABLE( > > > _______________________________________________ > opensc-commits mailing list > opensc-comm...@lists.opensc-project.org > http://www.opensc-project.org/mailman/listinfo/opensc-commits _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel