Salome HOME
Documentation and functions minor update correction
[modules/adao.git] / adm_local / check_scipy.m4
index 0c7336286730891956285c133eaeba4ab14fea1a..d483a98629399b7e46ea160aa76b2dd4c3317e69 100644 (file)
@@ -23,7 +23,7 @@ AC_REQUIRE([CHECK_PYTHON])dnl
 
 scipy_ok=no
 
-scipydir=`$PYTHON -c "import scipy;print scipy.get_include()" 2>/dev/null`
+scipydir=`$PYTHON -c "import scipy;print(scipy.get_include())" 2>/dev/null`
 
 if test -d "$scipydir"; then
    scipy_ok=yes