aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2023-05-12 19:15:56 +0000
committerCory Fields <cory-nospam-@coryfields.com>2023-05-12 19:16:24 +0000
commit67aacc73ea427f89f005ae17d5fd1572409e649e (patch)
tree94f04299c98e5cef2855e75e58ff783958941211
parent283d95516a11166631818dd448ed53a2374b5db8 (diff)
downloadbitcoin-67aacc73ea427f89f005ae17d5fd1572409e649e.tar.xz
build: cleanup comments after adding yet another libtool hack
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 41fee5cdca..d75a5293e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,11 +70,12 @@ else
fi
AC_PROG_CXX
-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.
+dnl libtool overrides
case $host in
*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"
dnl Remove unwanted -DDLL_EXPORT from these variables.