]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Clarify a statement regarding both shared and static library.
authorFred Drake <fdrake@acm.org>
Mon, 21 Jul 2003 16:01:39 +0000 (16:01 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 21 Jul 2003 16:01:39 +0000 (16:01 +0000)
Closes SF bug #774480.

README

diff --git a/README b/README
index dd32cf44f8b336bd141372d1dc49f14ec0cf2afa..07910ffa763ef971efe349e382e34916e1784213 100644 (file)
--- a/README
+++ b/README
@@ -763,11 +763,10 @@ into a shared library, which can then be used by the interpreter
 executable, and by applications embedding Python. To enable this feature,
 configure with --enable-shared. 
 
-If you do so, a static library will be created in addition to the
-shared library, which uses the same object files as the shared library
-In particular, the library likely object files using
-position-independent code (PIC) if PIC flags are needed for the shared
-library.
+If you enable this feature, the same object files will be used to create
+a static library.  In particular, the static library will contain object
+files using position-independent code (PIC) on platforms where PIC flags
+are needed for the shared library.
 
 
 Configuring additional built-in modules