Attempt to build against OpenSSL without pkg-config
authorDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 15 Apr 2012 21:37:57 +0000 (22:37 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 15 Apr 2012 23:05:29 +0000 (00:05 +0100)
commit80bb2aa4a455465735066c82554409a5c4a20074
tree57153bc117d1b83475cbfd40776fb6c96bdb3b43
parent236526af67505a95b1e3c6f9773773b668097594
Attempt to build against OpenSSL without pkg-config

If we insist on using --with-openssl to do that, it looks for (and
builds) a static library. That's intended for use with a locally-built
OpenSSL source tree. For systems like FreeBSD which lack pkg-config for
an otherwise normally-installed dynamic OpenSSL library, we need to cope
the same way as we do with pkg-config-less zlib.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
configure.ac
www/changelog.xml