blob: 8505c6b65299818e3d2d723fdedbb4822b4e90ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/configure.ac b/configure.ac
index 595378b..516f26e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,6 +118,7 @@ dnl
dnl This should be after all checks
dnl ---------------------------------------------
AS_CASE([$host_os],
+ [*mingw32*], LDFLAGS="-no-undefined $LDFLAGS",
[os2*], [LDFLAGS="$LDFLAGS -no-undefined"])
dnl ---------------------------------------------
|