summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-08 09:06:56 -0800
committerChanho Park <chanho61.park@samsung.com>2014-08-19 19:40:54 +0900
commitf63e8325e398d602b89a01e02728e12bbccdea0d (patch)
treea704803a25f233e6ef56cf19a3ef9fa5499a9744
parent7bad6b0bdc5ff1eadde6e52315f262137590adf3 (diff)
downloadpython-f63e8325e398d602b89a01e02728e12bbccdea0d.tar.gz
python-f63e8325e398d602b89a01e02728e12bbccdea0d.tar.bz2
python-f63e8325e398d602b89a01e02728e12bbccdea0d.zip
build optional modules
-rw-r--r--Modules/Setup.dist8
1 files changed, 4 insertions, 4 deletions
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.