Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Ohlmann
elpa
Commits
048d938d
Commit
048d938d
authored
May 14, 2019
by
Pavel Kus
Browse files
Remove dangling parenthesis
parent
4770eb38
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
048d938d
...
...
@@ -530,7 +530,7 @@ dnl Test possibility of 'use mpi', if requested
if test x"${with_mpi}" = x"yes" ; then
AC_ARG_ENABLE([mpi-module],
AS_HELP_STRING([--disable-mpi-module],
[do not use the Fortran MPI module, get interfaces by 'include "mpif.h'
)
]),
[do not use the Fortran MPI module, get interfaces by 'include "mpif.h']),
[
if test x"$enableval" = x"yes"; then
enable_mpi_module=yes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment