We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283d955 commit 67aacc7Copy full SHA for 67aacc7
configure.ac
@@ -70,11 +70,12 @@ else
70
fi
71
AC_PROG_CXX
72
73
-dnl By default, libtool for mingw refuses to link static libs into a dll for
74
-dnl fear of mixing pic/non-pic objects, and import/export complications. Since
75
-dnl we have those under control, re-enable that functionality.
+dnl libtool overrides
76
case $host in
77
*mingw*)
+ dnl By default, libtool for mingw refuses to link static libs into a dll for
+ dnl fear of mixing pic/non-pic objects, and import/export complications. Since
78
+ dnl we have those under control, re-enable that functionality.
79
lt_cv_deplibs_check_method="pass_all"
80
81
dnl Remove unwanted -DDLL_EXPORT from these variables.
0 commit comments