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

Chris McDonough chrism@zope.com
Mon, 26 Aug 2002 02:30:05 -0400


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

Modified Files:
      Tag: chrism-install-branch
	configure.py 
Log Message:
Fixed getopt for large file support ignore.


=== Zope/inst/configure.py 1.1.2.2 => 1.1.2.3 ===
--- Zope/inst/configure.py:1.1.2.2	Mon Aug 26 02:22:36 2002
+++ Zope/inst/configure.py	Mon Aug 26 02:30:04 2002
@@ -68,7 +68,7 @@
     zope_home = ZOPE_HOME
     python = PYTHON
     try:
-        longopts = ["help", "ignore-no-largefile", "prefix="]
+        longopts = ["help", "ignore-largefile", "prefix="]
         opts, args = getopt.getopt(sys.argv[1:], "h", longopts)
     except getopt.GetoptError, v:
         print v