Salome HOME
Minor documentation update and corrections
[modules/adao.git] / adm_local / check_scipy.m4
index 794fc8c1bd45a925471c088c935c2bb56bff2c7f..704f295783ada852a537e943e6a4ab3c7fdb6b14 100644 (file)
@@ -1,4 +1,4 @@
-dnl  Copyright (C) 2008-2015  EDF R&D
+dnl  Copyright (C) 2008-2021 EDF R&D
 dnl
 dnl  This library is free software; you can redistribute it and/or
 dnl  modify it under the terms of the GNU Lesser General Public
@@ -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