diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2023-05-12 19:15:56 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2023-05-12 19:16:24 +0000 |
commit | 67aacc73ea427f89f005ae17d5fd1572409e649e (patch) | |
tree | 94f04299c98e5cef2855e75e58ff783958941211 /configure.ac | |
parent | 283d95516a11166631818dd448ed53a2374b5db8 (diff) |
build: cleanup comments after adding yet another libtool hack
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
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. |