Fix an error, spotted by Tim Bunce.
[p5sagit/p5-mst-13.2.git] / hints / cygwin.sh
index aca6998..8fa9ec6 100644 (file)
@@ -53,6 +53,9 @@ esac;
 # Win9x problem with non-blocking read from a closed pipe
 d_eofnblk='define'
 
+# suppress auto-import warnings
+ldflags="$ldflags -Wl,--enable-auto-import"
+
 # strip exe's and dll's
 #ldflags="$ldflags -s"
 #ccdlflags="$ccdlflags -s"