summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-11-01 01:45:53 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-11-01 01:45:53 +0100
commit7139f0e6bef49b64c8432068990454bf3cbe34e9 (patch)
tree0253a17f2a3775a70eda5014ceaa9086f766372c /doc/platform.texi
parentbb9bc1fc9848c24f8cc6378ce8eaf6f7ca4713c2 (diff)
Fix typo in platform documentation.
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 9da8bc88b1..290f7dd58a 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -143,7 +143,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.