From 6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 5 May 2017 09:36:55 +0200 Subject: [PATCH] docs: typo in 'win32-dll' description Resolves bug 26516. Thanks to Reuben Thomas. * doc/libtool.texi (Configuring libtool): s/macro/option/ in 'win32-dll' option description. --- doc/libtool.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libtool.texi b/doc/libtool.texi index 01b4296e9..b39b9202e 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2180,7 +2180,7 @@ support dlopening. This option should be used if the package has been ported to build clean dlls on win32 platforms. Usually this means that any library data items are exported with @code{__declspec(dllexport)} and imported with -@code{__declspec(dllimport)}. If this macro is not used, libtool will +@code{__declspec(dllimport)}. If this option is not used, libtool will assume that the package libraries are not dll clean and will build only static libraries on win32 hosts. -- 2.47.3