From: Anas Nashif Date: Thu, 8 Nov 2012 17:06:56 +0000 (-0800) Subject: build optional modules X-Git-Tag: submit/tizen/20140828.102307~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f63e8325e398d602b89a01e02728e12bbccdea0d;p=platform%2Fupstream%2Fpython.git build optional modules --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 2ad1aa3..4187e68 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -252,14 +252,14 @@ GLHACK=-Dclear=__GLclear # Message-Digest Algorithm, described in RFC 1321. The necessary files # md5.c and md5.h are included here. -#_md5 md5module.c md5.c +_md5 md5module.c md5.c # The _sha module implements the SHA checksum algorithms. # (NIST's Secure Hash Algorithms.) -#_sha shamodule.c -#_sha256 sha256module.c -#_sha512 sha512module.c +_sha shamodule.c +_sha256 sha256module.c +_sha512 sha512module.c # SGI IRIX specific modules -- off by default.