Salome HOME
minor correction:
[tools/sat_salome.git] / products / compil_scripts / omniORB.sh
index 5d8322c41fc1388706056aadd96643f919c97396..b58b045af4f4b6b9e5758a91be5189ea778a35aa 100755 (executable)
@@ -10,7 +10,7 @@ PYTHON_HOME=$PYTHONHOME
 
 echo
 echo "*** configure --prefix=$PRODUCT_INSTALL --disable-ipv6"
-$SOURCE_DIR/configure --prefix=$PRODUCT_INSTALL --disable-ipv6
+PYTHON=$PYTHONBIN $SOURCE_DIR/configure --prefix=$PRODUCT_INSTALL --disable-ipv6
 if [ $? -ne 0 ]
 then
     echo "ERROR on configure"