Remove --enable-auto-import linker switch in Cygwin build.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Feb 2014 16:53:07 +0000 (11:53 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 Feb 2014 16:53:07 +0000 (11:53 -0500)
commit30657b796c7fdcaf9c0eb9ac53d4bab6399eb65b
treed37ceb4c99aab17464438be21497246b7d68d54d
parent8c9db4a5a4b5e8fe1142b1ea6659b225b7641a76
Remove --enable-auto-import linker switch in Cygwin build.

This is expected to make it start failing when contrib modules
reference non-PGDLLIMPORT'ed global variables, as the other Windows
build methods do.  Aside from the value of consistency, the underlying
implementation of this switch is pretty ugly and not really something
we want to rely on if we have to use PGDLLIMPORT anyway for MSVC.
src/template/cygwin