| 45 |
AC_CHECK_HEADER(ifdhandler.h,, |
AC_CHECK_HEADER(ifdhandler.h,, |
| 46 |
[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite 1.2.9-beta8 or later, or use CFLAGS=... ./configure])], |
[AC_MSG_ERROR([ifdhandler.h not found, install pcsc-lite 1.2.9-beta8 or later, or use CFLAGS=... ./configure])], |
| 47 |
[ #include <ifdhandler.h> ]) |
[ #include <ifdhandler.h> ]) |
| 48 |
|
AC_CHECK_HEADER(reader.h,, |
| 49 |
|
[AC_MSG_ERROR([reader.h not found, install pcsc-lite 1.2.9-beta8 or later, or use CFLAGS=... ./configure])], |
| 50 |
|
[ #include <reader.h> ]) |
| 51 |
CFLAGS="$OLD_CFLAGS" |
CFLAGS="$OLD_CFLAGS" |
| 52 |
|
|
| 53 |
dnl Add libtool support. |
dnl Add libtool support. |