| 234 |
AC_MSG_CHECKING([for SCardEstablishContext]) |
AC_MSG_CHECKING([for SCardEstablishContext]) |
| 235 |
AC_TRY_LINK_FUNC(SCardEstablishContext, |
AC_TRY_LINK_FUNC(SCardEstablishContext, |
| 236 |
[ AC_MSG_RESULT([yes]) ], |
[ AC_MSG_RESULT([yes]) ], |
| 237 |
[ AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta9 or later,or use LDLIBS=... ./configure]) ]) |
[ AC_MSG_ERROR([SCardEstablishContext() not found, install pcsc-lite 1.2.9-beta9 or later,or use PCSC_LIBS=... ./configure]) ]) |
| 238 |
LIBS="$OLD_LIBS" |
LIBS="$OLD_LIBS" |
| 239 |
|
|
| 240 |
pcsclite=yes |
pcsclite=yes |