Differences From Artifact [f647f6952a]:
- File
configure.ac
— part of check-in
[b09d33f9bc]
at
2010-06-23 22:13:02
on branch trunk
— CACKey 0.5.13
Updated debugging messages (user: rkeene, size: 3167) [annotate] [blame] [check-ins using]
To Artifact [7238af48e2]:
- File
configure.ac
— part of check-in
[fea904e63c]
at
2010-07-11 06:32:09
on branch trunk
— Updated to include PCSC header "winstype.h"
Updated PCSC header inclusion to be more robust (user: rkeene, size: 3221) [annotate] [blame] [check-ins using]
︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | + + + | dnl Check for ZLIB libraries AC_CHECK_LIB(z, uncompress) dnl Verify that a basic program will compile AC_MSG_CHECKING([if basic PC/SC program works]) AC_LINK_IFELSE( AC_LANG_PROGRAM([[ #ifdef HAVE_WINTYPES_H # include <wintypes.h> #endif #ifdef HAVE_PCSCLITE_H # include <pcsclite.h> #endif #ifdef HAVE_WINSCARD_H # include <winscard.h> #endif #ifdef HAVE_STDINT_H |
︙ |