Commit 1ab0bdaf authored by Chris McDonough's avatar Chris McDonough

Remove 'python2.2' and 'python2.1' as acceptable executable names, as we're...

Remove 'python2.2' and 'python2.1' as acceptable executable names, as we're only interested in working under 2.3 now.
parent 21412d5f
#!/bin/sh
# Zope configure script
# $Id: configure,v 1.20 2004/03/09 05:19:07 chrism Exp $
# $Revision: 1.20 $
# $Id: configure,v 1.21 2004/03/09 05:25:14 chrism Exp $
# $Revision: 1.21 $
#####################################################################
# BEGIN EDITABLE PARAMETERS #
......@@ -23,7 +23,7 @@ ACCEPTABLE="2.3.2 2.3.1 2.3"
# provide the executable names for all the acceptable versions
# (and the target version) below
EXENAMES="python python2 python2.1 python2.2 python2.3"
EXENAMES="python python2 python2.3"
#####################################################################
# END EDITABLE PARAMETERS #
......
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