From a4d3627fb3ffef81af2da908132301315f92ae8e Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Fri, 9 Jul 2021 10:16:30 +0900 Subject: [PATCH] configury: allow multiple "-include " options Thanks LiuFuPin for reporting this issue. Refs. open-mpi/ompi#9129 Signed-off-by: Gilles Gouaillardet --- config/opal_functions.m4 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/opal_functions.m4 b/config/opal_functions.m4 index 7ae5ff994cb..e9a33b9ebd8 100644 --- a/config/opal_functions.m4 +++ b/config/opal_functions.m4 @@ -14,8 +14,8 @@ dnl Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved. dnl Copyright (c) 2009-2020 Cisco Systems, Inc. All rights reserved. dnl Copyright (c) 2014 Intel, Inc. All rights reserved. -dnl Copyright (c) 2015-2017 Research Organization for Information Science -dnl and Technology (RIST). All rights reserved. +dnl Copyright (c) 2015-2021 Research Organization for Information Science +dnl and Technology (RIST). All rights reserved. dnl dnl $COPYRIGHT$ dnl @@ -395,6 +395,10 @@ AC_DEFUN([OPAL_FLAGS_UNIQ],[ opal_found=0 opal_i=`expr $opal_count + 1` ;; + --include) + opal_found=0 + opal_i=`expr $opal_count + 1` + ;; --param) opal_found=0 opal_i=`expr $opal_count + 1`