pgsql: Move check for SSL_get_current_compression to run on mingw - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Move check for SSL_get_current_compression to run on mingw
Date
Msg-id E1X78wi-0001mk-G2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Move check for SSL_get_current_compression to run on mingw

Mingw uses a different header file than msvc, so we don't get the
hardcoded value, so we need the configure test to run.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0e34d82538bd48fc537d512539cee014654a45e1

Modified Files
--------------
configure    |   22 +++++++++++-----------
configure.in |    2 +-
2 files changed, 12 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Fix spacing in help output
Next
From: Magnus Hagander
Date:
Subject: pgsql: Move check for SSL_get_current_compression to run on mingw