Differences From Artifact [c5cbcefa78]:
- File configure.ac — part of check-in [634ecd11da] at 2010-10-10 19:05:39 on branch trunk — Updated unload to be more forgiving about the state of the PKCS11 module Fixed issue with determining flags for dynamic linking (user: rkeene, size: 602) [annotate] [blame] [check-ins using]
To Artifact [a053043227]:
- File configure.ac — part of check-in [b579486d80] at 2010-10-10 19:10:07 on branch trunk — Updated to create a pkgIndex.tcl from the configure script (user: rkeene, size: 615) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
22 23 24 25 26 27 28 | ]) AC_CHECK_FUNCS(dlopen shl_load) dnl Look for appropriate headers AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h dlfcn.h dl.h) dnl Produce output | | | 22 23 24 25 26 27 28 29 | ]) AC_CHECK_FUNCS(dlopen shl_load) dnl Look for appropriate headers AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h dlfcn.h dl.h) dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl) |