summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-02-13 18:41:37 -0500
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-02-13 18:41:37 -0500
commit130cefc9dcedea5babc349251fbeec6f037144ac (patch)
tree08dc3d1ec4e3fc68f575d71ae85c89b446c56b8a /doc/platform.texi
parentc6507946d428ee082676d5917fbb3eb0d1d7eb2e (diff)
doc/platform: Fix 10l typo
This error was somehow missed for months. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 999a5f19f1..da08962e01 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -137,7 +137,7 @@ make
make install
@end example
-If you wish to compile static libraries, add @code{--enable-shared} to your
+If you wish to compile shared libraries, add @code{--enable-shared} to your
configure options. Note that due to the way MSVC handles DLL imports and
exports, you cannot compile static and shared libraries at the same time, and
enabling shared libraries will automatically disable the static ones.