[Zope-Checkins] CVS: Zope/inst - configure.py:1.6
Fred L. Drake, Jr.
fred@zope.com
Thu, 27 Mar 2003 09:57:31 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv24022
Modified Files:
configure.py
Log Message:
By popular demand, only tell distutils to shut up if the user passes
the --quiet parameter.
=== Zope/inst/configure.py 1.5 => 1.6 ===
--- Zope/inst/configure.py:1.5 Wed Mar 26 17:00:59 2003
+++ Zope/inst/configure.py Thu Mar 27 09:57:30 2003
@@ -67,8 +67,6 @@
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