Revert to using --enable-auto-import in Cygwin builds.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8d6e2d4abf77c422714448e5f4270fdb1a84d973
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-02-16T20:14:04Z
Releases: 9.4.0
Revert to using --enable-auto-import in Cygwin builds.

Disabling auto-import requires that all libraries we use be careful about
declspecs for exported variables; and it seems they aren't.  This means
that Cygwin will not give us useful info about missing PGDLLIMPORT markers;
but it's probably sufficient that MSVC and Mingw builds do.

Files

PathChange+/−
src/template/cygwin modified +3 −2