From 72d3e290848b6e70d4c1101c229cd53be6190c33 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Wed, 14 Nov 2018 11:35:54 -0600 Subject: [PATCH] configury: do fail lustre detection when llapi_file_create() is not found The result of this test was previously and incorrectly ignored. Signed-off-by: Gilles Gouaillardet --- config/ompi_check_lustre.m4 | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/config/ompi_check_lustre.m4 b/config/ompi_check_lustre.m4 index 8c385bfe8f..bd0acec15e 100644 --- a/config/ompi_check_lustre.m4 +++ b/config/ompi_check_lustre.m4 @@ -12,8 +12,8 @@ dnl Copyright (c) 2004-2006 The Regents of the University of California. dnl All rights reserved. dnl Copyright (c) 2009-2017 Cisco Systems, Inc. All rights reserved dnl Copyright (c) 2008-2018 University of Houston. All rights reserved. -dnl Copyright (c) 2015 Research Organization for Information Science -dnl and Technology (RIST). All rights reserved. +dnl Copyright (c) 2015-2018 Research Organization for Information Science +dnl and Technology (RIST). All rights reserved. dnl $COPYRIGHT$ dnl dnl Additional copyrights may follow @@ -63,8 +63,9 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[ [ompi_check_lustre_happy="yes"], [ompi_check_lustre_happy="no"]) - AC_MSG_CHECKING([for required lustre data structures]) - cat > conftest.c < conftest.c <