From eb89712b3e2964a5662ad694a55414f13b82be08 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 5 May 2017 05:39:58 -0700 Subject: [PATCH] ompi_check_lustre.m4: trivial updates Minor style updates; nothing of real consequence. Signed-off-by: Jeff Squyres --- config/ompi_check_lustre.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/ompi_check_lustre.m4 b/config/ompi_check_lustre.m4 index d9d5959079..8e77e06661 100644 --- a/config/ompi_check_lustre.m4 +++ b/config/ompi_check_lustre.m4 @@ -39,7 +39,6 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[ check_lustre_configuration="none" ompi_check_lustre_happy="yes" - # Get some configuration information AC_ARG_WITH([lustre], [AC_HELP_STRING([--with-lustre(=DIR)], @@ -48,7 +47,7 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[ AS_IF([test -z "$with_lustre" || test "$with_lustre" = "yes"], [ompi_check_lustre_dir="/usr"], - [ompi_check_lustre_dir="$with_lustre"]) + [ompi_check_lustre_dir=$with_lustre]) if test -e "$ompi_check_lustre_dir/lib64" ; then ompi_check_lustre_libdir="$ompi_check_lustre_dir/lib64"