summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2017-05-05 09:36:55 +0200
committerPavel Raiskup <praiskup@redhat.com>2017-05-05 09:39:39 +0200
commit6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f (patch)
tree451320c6221c6ef2f154884d1d61381aedd6f2d3
parent1bfb11a46bd265ce1d0d39a031149f5f45055f0c (diff)
downloadlibtool-6ca5e224bc7bcc114a9ba2cf5dcf0fbf0ec40c9f.tar.gz
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.
-rw-r--r--doc/libtool.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libtool.texi b/doc/libtool.texi
index 01b4296e..b39b9202 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.