Differences From Artifact [0206db0963]:
- File
configure.ac
— part of check-in
[8a2230f927]
at
2010-05-04 18:30:02
on branch trunk
— Added checks for PCSC Header
Updated ignores (user: rkeene, size: 1639) [annotate] [blame] [check-ins using]
To Artifact [4d0c0e3f42]:
- File
configure.ac
— part of check-in
[40726d3b6c]
at
2010-05-11 16:49:46
on branch trunk
— Removed unused variables
Began work towards talking to the smartcard through PC/SC
Began work on a GSC-IS v2.1 SPM implementation (user: rkeene, size: 1645) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
59 60 61 62 63 64 65 | # include <unistd.h> #endif #ifdef HAVE_PTHREAD_H # include <pthread.h> #endif ]) | | | | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | # include <unistd.h> #endif #ifdef HAVE_PTHREAD_H # include <pthread.h> #endif ]) dnl Check for PC/SC headers and libraries DC_PCSC dnl Upate LDFLAGS to include setting the run-time linker path to the same as our compile-time linker DC_SYNC_RPATH dnl If we updated LIBOBJS, update SHLIBOBJS -- must be last. DC_SYNC_SHLIBOBJS |
︙ | ︙ |