Skip to content

Commit 67aacc7

Browse files
committed
build: cleanup comments after adding yet another libtool hack
1 parent 283d955 commit 67aacc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

configure.ac

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ else
7070
fi
7171
AC_PROG_CXX
7272

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.
73+
dnl libtool overrides
7674
case $host in
7775
*mingw*)
76+
dnl By default, libtool for mingw refuses to link static libs into a dll for
77+
dnl fear of mixing pic/non-pic objects, and import/export complications. Since
78+
dnl we have those under control, re-enable that functionality.
7879
lt_cv_deplibs_check_method="pass_all"
7980

8081
dnl Remove unwanted -DDLL_EXPORT from these variables.

0 commit comments

Comments
 (0)