[Zope-Checkins] CVS: Zope/inst - configure.py:1.10.2.2

Chris McDonough chrism at zope.com
Sun Aug 17 19:24:07 EDT 2003


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv6791

Modified Files:
      Tag: Zope-2_7-branch
	configure.py 
Log Message:
Fix getopt declaration.


=== Zope/inst/configure.py 1.10.2.1 => 1.10.2.2 ===
--- Zope/inst/configure.py:1.10.2.1	Sun Aug 17 18:19:52 2003
+++ Zope/inst/configure.py	Sun Aug 17 18:24:02 2003
@@ -43,7 +43,7 @@
     DISTUTILS_OPTS = ''
     try:
         longopts = ['help', 'ignore-largefile', 'ignore-zlib',
-                    '--ignore-pyexpat', 'prefix=',
+                    'ignore-pyexpat', 'prefix=',
                     'build-base=', 'optimize', 'no-compile', 'quiet']
         opts, args = getopt.getopt(sys.argv[1:], 'h', longopts)
     except getopt.GetoptError, v:




More information about the Zope-Checkins mailing list