Salome HOME
Updating version
[modules/adao.git] / adm_local / check_scipy.m4
index 794fc8c1bd45a925471c088c935c2bb56bff2c7f..255614bd1beb39ea6798b464b35fa081a9a45e03 100644 (file)
@@ -1,4 +1,4 @@
-dnl  Copyright (C) 2008-201 EDF R&D
+dnl  Copyright (C) 2008-2019 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