summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rwxr-xr-xfortran/configure2
-rw-r--r--fortran/configure.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/fortran/configure b/fortran/configure
index b1f8b3b..d1994cd 100755
--- a/fortran/configure
+++ b/fortran/configure
@@ -1001,7 +1001,7 @@ Optional Features:
--enable-filters=all Turn on all internal I/O filters. One may also
specify a comma-separated list of filters or the
word no. The default is all internal I/O filters.
- --enable-parallel=TYPE Search for MPI-IO and MPI support files
+ --enable-parallel Search for MPI-IO and MPI support files
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
diff --git a/fortran/configure.in b/fortran/configure.in
index 3723d46..e335fe1 100644
--- a/fortran/configure.in
+++ b/fortran/configure.in
@@ -649,8 +649,9 @@ dnl `--disable-parallel' but specifies a known parallel compiler (like mpicc
dnl or mpcc) then parallel support is enabled but configure doesn't search
dnl for any parallel header files or libraries.
dnl
-AC_ARG_ENABLE(parallel,
- [ --enable-parallel=TYPE Search for MPI-IO and MPI support files])
+AC_ARG_ENABLE([parallel],
+ [AC_HELP_STRING([--enable-parallel],
+ [Search for MPI-IO and MPI support files])])
AC_MSG_CHECKING(for parallel support files)
case "X-$enable_parallel" in