X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=adm_local%2Fcheck_scipy.m4;h=255614bd1beb39ea6798b464b35fa081a9a45e03;hb=2a77a281fff57cf114a70e5d5fb176d7cd113067;hp=662d002e951f321c1d8bf613f705fc5afa0a5b7e;hpb=e9409ea8b6207a6af3f782591e1b9d7d1ec64069;p=modules%2Fadao.git diff --git a/adm_local/check_scipy.m4 b/adm_local/check_scipy.m4 index 662d002..255614b 100644 --- a/adm_local/check_scipy.m4 +++ b/adm_local/check_scipy.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2010 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