From: Pavel Raiskup Date: Fri, 5 May 2017 07:36:55 +0000 (+0200) Subject: docs: typo in 'win32-dll' description X-Git-Tag: v2.4.7~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f;p=thirdparty%2Flibtool.git 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. --- 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.