[Zope-Checkins] CVS: Zope - configure:1.1.4.16
Chris McDonough
chrism@zope.com
Tue, 26 Nov 2002 00:03:42 -0500
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv5792
Modified Files:
Tag: chrism-install-branch
configure
Log Message:
Remove test for executability of Python passed in to --with-python. Allows --with-python=python2.2 instead of --with-python=/path/to/python2.2
=== Zope/configure 1.1.4.15 => 1.1.4.16 ===
--- Zope/configure:1.1.4.15 Mon Nov 25 23:35:52 2002
+++ Zope/configure Tue Nov 26 00:03:41 2002
@@ -141,10 +141,6 @@
FOUND=`echo $OPT | sed -e 's/--with-python\=//'`
# use eval to do tilde expansion below
eval "FOUND=$FOUND"
- if [ ! -x $FOUND ]; then
- echo "$FOUND is not a valid Python interpreter."
- exit 127
- fi
echo
echo "Using Python interpreter at $FOUND"
;;