Differences From Artifact [d3c01ad0d4]:
- File configure.ac — part of check-in [5f05cafcb7] at 2010-05-04 18:05:37 on branch trunk — Added CACKey project (user: rkeene, size: 1594) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
58 59 60 61 62 63 64 65 66 67 68 69 70 71 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | + + + | #ifdef HAVE_UNISTD_H # include <unistd.h> #endif #ifdef HAVE_PTHREAD_H # include <pthread.h> #endif ]) dnl Check for PC/SC headers DC_PCSC_HEADERS 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 |
︙ |