From: Skip Montanaro Date: Tue, 2 Jan 2001 17:09:48 +0000 (+0000) Subject: forgot to update the comment to reflect the change in default linkage X-Git-Tag: v2.0.1c1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5696eb22140f1b0c7fb342b9bc3b79aa23468325;p=thirdparty%2FPython%2Fcpython.git forgot to update the comment to reflect the change in default linkage --- diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index 2c012cfd2478..65066cec7205 100644 --- a/Modules/Setup.config.in +++ b/Modules/Setup.config.in @@ -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*