]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
docs: typo in 'win32-dll' description
authorPavel Raiskup <praiskup@redhat.com>
Fri, 5 May 2017 07:36:55 +0000 (09:36 +0200)
committerPavel Raiskup <praiskup@redhat.com>
Fri, 5 May 2017 07:39:39 +0000 (09:39 +0200)
Resolves bug 26516.  Thanks to Reuben Thomas.

* doc/libtool.texi (Configuring libtool): s/macro/option/ in
'win32-dll' option description.

doc/libtool.texi

index 01b4296e9bfd2203b39bb05968aed27429ff2460..b39b9202e77ac8c268932be37d2cf320069c121e 100644 (file)
@@ -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.