You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/10/10 15:02:23 UTC

svn commit: r454726 - /incubator/tuscany/cpp/sca/build.sh

Author: robbinspg
Date: Tue Oct 10 06:02:22 2006
New Revision: 454726

URL: http://svn.apache.org/viewvc?view=rev&rev=454726
Log:
TUSCANY-783 - add check for PYTHON_VERSION

Modified:
    incubator/tuscany/cpp/sca/build.sh

Modified: incubator/tuscany/cpp/sca/build.sh
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/build.sh?view=diff&rev=454726&r1=454725&r2=454726
==============================================================================
--- incubator/tuscany/cpp/sca/build.sh (original)
+++ incubator/tuscany/cpp/sca/build.sh Tue Oct 10 06:02:22 2006
@@ -35,8 +35,10 @@
 echo "PYTHON_LIB not set. Python extension will not be built"
 elif [ x$PYTHON_INCLUDE = x ]; then
 echo "PYTHON_INCLUDE not set. Python extension will not be built"
+elif [ x$PYTHON_VERSION = x ]; then
+echo "PYTHON_VERSION not set. Python extension will not be built"
 else
-echo "Building PYTHON extension with Python installed at $PYTHON_LIB, $PYTHON_INCLUDE"
+echo "Building PYTHON extension with Python $PYTHON_VERSION installed at $PYTHON_LIB, $PYTHON_INCLUDE"
 ENABLE_PYTHON=--enable-python
 fi
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org