Salome HOME
minor correction:
[tools/sat_salome.git] / products / compil_scripts / omniORBpy.sh
index 6fa96a38898122a7813ceceb78e39e46eb815d21..e1c3f068ac6e607dd0dcf8b0e18de36b365adebf 100755 (executable)
@@ -6,7 +6,7 @@ echo "##########################################################################
 
 echo
 echo "*** configure  --prefix=${OMNIORB_ROOT_DIR}"
-$SOURCE_DIR/configure --prefix=${OMNIORB_ROOT_DIR}
+PYTHON=$PYTHONBIN $SOURCE_DIR/configure --prefix=${OMNIORB_ROOT_DIR}
 if [ $? -ne 0 ]
 then
     echo "ERROR on configure"