mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
build: cleanup comments after adding yet another libtool hack
This commit is contained in:
parent
283d95516a
commit
67aacc73ea
1 changed files with 4 additions and 3 deletions
|
@ -70,11 +70,12 @@ else
|
||||||
fi
|
fi
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|
||||||
dnl By default, libtool for mingw refuses to link static libs into a dll for
|
dnl libtool overrides
|
||||||
dnl fear of mixing pic/non-pic objects, and import/export complications. Since
|
|
||||||
dnl we have those under control, re-enable that functionality.
|
|
||||||
case $host in
|
case $host in
|
||||||
*mingw*)
|
*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
|
||||||
|
dnl we have those under control, re-enable that functionality.
|
||||||
lt_cv_deplibs_check_method="pass_all"
|
lt_cv_deplibs_check_method="pass_all"
|
||||||
|
|
||||||
dnl Remove unwanted -DDLL_EXPORT from these variables.
|
dnl Remove unwanted -DDLL_EXPORT from these variables.
|
||||||
|
|
Loading…
Add table
Reference in a new issue