Differences From Artifact [a419c60439]:
- File configure.ac — part of check-in [74206459ad] at 2016-10-21 18:08:50 on branch trunk — CACKey 0.7.8 (user: kvanals, size: 6307) [annotate] [blame] [check-ins using]
To Artifact [383d36814d]:
- File configure.ac — part of check-in [e14e862239] at 2017-12-27 17:52:34 on branch runtime-loading-of-deps — Started work on runtime loading of dependencies (user: rkeene, size: 6358) [annotate] [blame] [check-ins using]
︙ | |||
77 78 79 80 81 82 83 84 85 86 87 88 89 90 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | + + + | ]) dnl Check for PC/SC headers and libraries DC_PCSC dnl Check for ZLIB libraries AC_CHECK_LIB(z, uncompress) dnl Check for dl headers and functions DC_DLFUNCS dnl Verify that a basic program will compile AC_CACHE_CHECK([if basic PC/SC program works], cackey_cv_pcsc_works, [ AC_LINK_IFELSE( AC_LANG_PROGRAM([[ #ifdef HAVE_WINTYPES_H # include <wintypes.h> |
︙ |