Skip to content

Commit c84b169

Browse files
committed
ompi_check_lustre.m4: trivial updates
Minor style updates; nothing of real consequence. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit eb89712) Signed-off-by: Jeff Squyres <[email protected]>
1 parent 2cc391d commit c84b169

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/ompi_check_lustre.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[
3939
check_lustre_configuration="none"
4040
ompi_check_lustre_happy="yes"
4141

42-
4342
# Get some configuration information
4443
AC_ARG_WITH([lustre],
4544
[AC_HELP_STRING([--with-lustre(=DIR)],
@@ -48,7 +47,7 @@ AC_DEFUN([OMPI_CHECK_LUSTRE],[
4847

4948
AS_IF([test -z "$with_lustre" || test "$with_lustre" = "yes"],
5049
[ompi_check_lustre_dir="/usr"],
51-
[ompi_check_lustre_dir="$with_lustre"])
50+
[ompi_check_lustre_dir=$with_lustre])
5251

5352
if test -e "$ompi_check_lustre_dir/lib64" ; then
5453
ompi_check_lustre_libdir="$ompi_check_lustre_dir/lib64"

0 commit comments

Comments
 (0)