Commit 258d15c4 authored by Fred Drake's avatar Fred Drake

By popular demand, only tell distutils to shut up if the user passes

the --quiet parameter.
parent 40b6789a
......@@ -67,8 +67,6 @@ def main():
test_largefile()
if REQUIRE_ZLIB:
test_zlib()
if sys.version < "2.3" and not DISTUTILS_OPTS:
DISTUTILS_OPTS = '-q'
print " - Zope top-level binary directory will be %s." % PREFIX
if INSTALL_FLAGS:
print " - Distutils install flags will be '%s'" % INSTALL_FLAGS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment