Issue #17662: fix socketmodule compilation with Setup.dist.
Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda)
This commit is contained in:
parent
4e9a705887
commit
7e360b3963
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue