]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
forgot to update the comment to reflect the change in default linkage
authorSkip Montanaro <skip@pobox.com>
Tue, 2 Jan 2001 17:09:48 +0000 (17:09 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 2 Jan 2001 17:09:48 +0000 (17:09 +0000)
Modules/Setup.config.in

index 2c012cfd24789edd37726b190fea2d0c0f11a647..65066cec7205f048470294fea9c476c6a61bf2d4 100644 (file)
@@ -9,8 +9,7 @@
 # Garbage collection enabled with --with-cycle-gc
 @USE_GC_MODULE@gc gcmodule.c
 
-# You may want this to be built as a dynamically loaded module; uncomment
-# the following line in that case:
+# To build this static comment out the *shared* line below
 
 *shared*