Jean-Marc Lasgouttes wrote:
Joost> Yes, it should definitely go in 1.4 as well. I have used it for
Joost> some time while working on the new Windows installer, it works
Joost> fine.

Can I see the patch again?

Here it is.

Joost
Index: config/cygwin.m4
===================================================================
--- config/cygwin.m4    (revision 13592)
+++ config/cygwin.m4    (working copy)
@@ -7,16 +7,6 @@
   cygwin* | mingw* | pw32* )
     # Export all symbols to Win32 DLL using MinGW 2.0 ld.
     WIN32_LD_EXPORT_ALL_SYMBOLS=''
-    AC_MSG_CHECKING([whether ld accepts --export-all-symbols])
-    if $LD --help 2>&1 | egrep 'export-all-symbols' > /dev/null; then
-      WIN32_LD_EXPORT_ALL_SYMBOLS='-Wl,--export-all-symbols'
-      AC_MSG_RESULT([yes])
-    else
-      AC_MSG_RESULT([no])
-    fi
-    if test x"$WIN32_LD_EXPORT_ALL_SYMBOLS" != x; then
-      LDFLAGS="$LDFLAGS $WIN32_LD_EXPORT_ALL_SYMBOLS"
-    fi
     ;;
   esac
 ])

Reply via email to