From: Thomas Wouters Date: Thu, 24 Aug 2000 22:54:53 +0000 (+0000) Subject: Adjust the name for the socket module in the SSL line. X-Git-Tag: v2.0b1~259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65f39adfb36c13e4f5a8400ce2e61e8f1ea04e39;p=thirdparty%2FPython%2Fcpython.git Adjust the name for the socket module in the SSL line. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index aec41de44f71..e79852ad1912 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -156,7 +156,7 @@ _socket socketmodule.c # socket(2) # Socket module compiled with SSL support; you must edit the SSL variable: #SSL=/usr/local/ssl -#socket socketmodule.c \ +#_socket socketmodule.c \ # -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ # -L$(SSL)/lib -lssl -lcrypto