| 46 |
CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS" |
CPPFLAGS="$CPPFLAGS $PCSC_CFLAGS" |
| 47 |
AC_CHECK_HEADER(ifdhandler.h,, |
AC_CHECK_HEADER(ifdhandler.h,, |
| 48 |
[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])]) |
[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])]) |
| 49 |
|
AC_CHECK_DECL(IFD_NO_SUCH_DEVICE,, [AC_MSG_ERROR([install pcsc-lite $PCSC_NEEDED_VERSION or later])], [#include <ifdhandler.h>]) |
| 50 |
AC_CHECK_HEADER(reader.h,, |
AC_CHECK_HEADER(reader.h,, |
| 51 |
[AC_MSG_ERROR([reader.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])]) |
[AC_MSG_ERROR([reader.h not found, install pcsc-lite $PCSC_NEEDED_VERSION or later, or use ./configure PCSC_CFLAGS=...])]) |
| 52 |
CPPFLAGS="$saved_CPPFLAGS" |
CPPFLAGS="$saved_CPPFLAGS" |