Skip to content

Commit

Permalink
configure: minor: correct case for Slurm name
Browse files Browse the repository at this point in the history
  • Loading branch information
rumach committed Sep 9, 2021
1 parent daf0710 commit ba63191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac.in
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ AC_ARG_WITH(loadleveler,[AS_HELP_STRING([--with-loadleveler],[compile with LoadL
[with_loadleveler=no])

# SLURM
AC_ARG_WITH(slurm,[AS_HELP_STRING([--with-slurm],[compile with slurm support])],
AC_ARG_WITH(slurm,[AS_HELP_STRING([--with-slurm],[compile with Slurm support])],
[with_slurm=$withval],
[with_slurm=no])

Expand Down

0 comments on commit ba63191

Please sign in to comment.