added missing sc_apdu2bytes

This commit is contained in:
Frank Morgner
2015-11-02 21:44:39 +01:00
parent 902afa889b
commit 6d91730ab4
2 changed files with 100 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ if test "x$WITH_PACE" == xno ; then
AC_TRY_LINK_FUNC(sc_bytes2apdu, [ AC_MSG_RESULT([yes]) ],
[ AC_MSG_ERROR([libopensc >= 0.12.1 not found, use ./configure OPENSC_LIBS=...]) ])
fi
AC_CHECK_FUNCS([sc_apdu_set_resp sc_apdu_get_octets _sc_match_atr list_iterator_next])
CPPFLAGS="$saved_CPPFLAGS"
LIBS="$saved_LIBS"