fixed missing references to list operations
This commit is contained in:
@@ -61,8 +61,7 @@ AC_MSG_CHECKING([for iasecc_sm_external_authentication])
|
||||
AC_TRY_LINK_FUNC(iasecc_sm_external_authentication,
|
||||
[ AC_MSG_RESULT([yes]) ],
|
||||
[ AC_MSG_ERROR([Cannot link against libopensc with SM]) ])
|
||||
AC_CHECK_FUNCS([sc_apdu_get_octets])
|
||||
AC_CHECK_FUNCS([_sc_match_atr])
|
||||
AC_CHECK_FUNCS([sc_apdu_get_octets _sc_match_atr list_iterator_next])
|
||||
|
||||
CPPFLAGS="$saved_CPPFLAGS"
|
||||
LIBS="$saved_LIBS"
|
||||
|
||||
Reference in New Issue
Block a user