]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Adjust the name for the socket module in the SSL line.
authorThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 22:54:53 +0000 (22:54 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 24 Aug 2000 22:54:53 +0000 (22:54 +0000)
Modules/Setup.in

index aec41de44f714bf7803cf3afd407d204fa731e8b..e79852ad1912fdedb1d6f8dc9251338c0a7a5699 100644 (file)
@@ -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