]> 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:17 +0000 (15:05 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Feb 2012 20:05:17 +0000 (15:05 -0500)
commit630fa6f308ad1652ffc11c0001aaa35018ea81ce
tree4948d899ad38bcfad7abdac3b53d7589c04614e9
parent602dd1eeaad14a4bef92045956de7e7249f8b38e
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