From 130cefc9dcedea5babc349251fbeec6f037144ac Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Wed, 13 Feb 2013 18:41:37 -0500 Subject: doc/platform: Fix 10l typo This error was somehow missed for months. Signed-off-by: Derek Buitenhuis --- doc/platform.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/platform.texi') 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. -- cgit v1.2.3