]> granicus.if.org Git - postgresql/commit
Allow MinGW builds to use standardly-named OpenSSL libraries.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Feb 2012 20:05:08 +0000 (15:05 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Feb 2012 20:05:08 +0000 (15:05 -0500)
commit74e29162a4f0ec0ad1c7224b8be936d1f9a51f7e
treea725e4acf89c0da2acdb919bfbd140e4a6715859
parentc9d700444007046d799cdfea2038194e56bec1f7
Allow MinGW builds to use standardly-named OpenSSL libraries.

In the Fedora variant of MinGW, the openssl libraries have their normal
names, not libeay32 and libssleay32.  Adjust configure probes to allow
that, per bug #6486.

Tomasz Ostrowski
configure
configure.in
src/include/pg_config.h.in
src/include/pg_config.h.win32