]> granicus.if.org Git - libevent/commit
Added OPENSSL_LDFLAGS env variable which is appended to SSL checks.
authorMark Ellzey <mark.thomas@mandiant.com>
Tue, 14 Feb 2012 20:01:02 +0000 (15:01 -0500)
committerMark Ellzey <mark.thomas@mandiant.com>
Tue, 14 Feb 2012 20:01:02 +0000 (15:01 -0500)
commit92781968475c7553a08f5b4161f1df631c6ef01f
tree728fa94632449f8ea92e5534db9b80a4df4b822e
parent03dce42dfa0380a96bdfc2e9c18b15318ec0ba5b
Added OPENSSL_LDFLAGS env variable which is appended to SSL checks.

If openssl is not installed system-wide or not compiled as a shared library,
some systems require various link flags (e.g., -ld).
configure.in
sample/Makefile.am
test/Makefile.am