Salome HOME
Updated copyright comment
[modules/med.git] / adm_local / unix / config_files / check_metis.m4
index db225bf732819afbe2b4c95fd257f4c4a86dc0c2..cfa8615724b004b3bb012a3bbeb0370313df173a 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+dnl Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 dnl
 dnl Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@ 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
 dnl License as published by the Free Software Foundation; either
-dnl version 2.1 of the License.
+dnl version 2.1 of the License, or (at your option) any later version.
 dnl
 dnl This library is distributed in the hope that it will be useful,
 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -22,6 +22,10 @@ dnl
 
 AC_DEFUN([CHECK_METIS],[
 
+dnl metis could be already found by CHECK_PARMETIS procedure
+
+if [[ "x${metis_ok}" != "xyes" ]] ; then
+
 AC_CHECKING(for METIS Library)
 
 AC_LANG_SAVE
@@ -137,4 +141,6 @@ AC_SUBST(ENABLE_METIS)
 
 AC_LANG_RESTORE
 
+fi
+
 ])dnl