`./configure --with-pcsclite` disables support for PCSC-Lite. This problem can be fixed by making [ with_pcsclite=no ] fourth argument of AC_ARG_WITH (with empty third argument), or by removing it.
-- Arfrever Frehtes Taifersar Arahesis
--- configure.in +++ configure.in @@ -166,8 +166,7 @@ # Check for PCSC-Lite AC_ARG_WITH(pcsclite, - AC_HELP_STRING([--with-pcsclite], [Use pcsc-lite (default=yes)]), - [ with_pcsclite=no ]) + AC_HELP_STRING([--with-pcsclite], [Use pcsc-lite (default=yes)])) if test "$with_pcsclite" != "no"; then OLD_CFLAGS="$CFLAGS"
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel