From 7e360b39632cc0fb45f79fe66bec5f647596518e Mon Sep 17 00:00:00 2001 From: Kristjan Valur Jonsson Date: Mon, 8 Apr 2013 16:03:30 +0000 Subject: [PATCH] Issue #17662: fix socketmodule compilation with Setup.dist. Patch contributed by Bohuslav "Slavek" Kabrda (bkabrda) --- Modules/Setup.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 1121ae64a84..289d4b4ef84 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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: