Posted
about 12 years
ago
by
chris
Use AC_SEARCH_LIBS instead of AC_CHECK_LIB to search for EVP_CipherInit_ex,
as it should already be in LIBS by this point and we don't really want to
add a duplicate if we don't need it.
|
Posted
about 12 years
ago
by
chris
Request linker to statically link libz.a, since the default now appears to
be dynamic linking, and that stops the tests from working since they can't
find zlib-1.dll in the PATH.
Remove redundant LIBS that should already be detected and used by the
m4 configury.
|
Posted
about 12 years
ago
by
chris
(diff)
|
Posted
about 12 years
ago
by
chris
(diff)
|
Posted
about 12 years
ago
by
chris
(diff)
|
Posted
about 12 years
ago
by
chris
Document the undocumented builds released since 2009.
(diff)
|
Posted
about 12 years
ago
by
chris
Don't flag an error if the only sockets "leaked" are syslog sockets.
|
Posted
about 12 years
ago
by
chris
Link to HousekeepStoreAccount?.o in the right directory since the big refactor.
|
Posted
about 12 years
ago
by
chris
Check for /dev/log and don't report if fds to it are leaked.
|
Posted
about 12 years
ago
by
chris
Ensure that newly created accounts are enabled by default.
|