Issue #17662: fix socketmodule compilation with Setup.dist.

Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)
This commit is contained in:
Kristjan Valur Jonsson 2013-04-08 16:03:30 +00:00
parent 4e9a705887
commit 7e360b3963
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ GLHACK=-Dclear=__GLclear
#_csv _csv.c
# Socket module helper for socket(2)
#_socket socketmodule.c
#_socket socketmodule.c timemodule.c
# Socket module helper for SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable: