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

Chris McDonough chrism at zope.com
Sun Aug 17 19:27:59 EDT 2003


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

Modified Files:
	configure.py 
Log Message:
Exit when not found.  Can you tell I'm hurrying? :-)


=== Zope/inst/configure.py 1.13 => 1.14 ===
--- Zope/inst/configure.py:1.13	Sun Aug 17 18:25:57 2003
+++ Zope/inst/configure.py	Sun Aug 17 18:27:55 2003
@@ -169,6 +169,7 @@
 until you've installed the pyexpat module.
 """
             )
+        sys.exit(1)
         
 
 def test_zlib():




More information about the Zope-Checkins mailing list