Skip to content

Commit

Permalink
Use --disable-mpiio in argument error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed Mar 7, 2024
1 parent 56a885b commit 1ffb16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sc_mpi.m4
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if test "x$enableval" = xyes ; then
HAVE_PKG_MPIIO=yes
fi
elif test "x$enableval" != xno ; then
AC_MSG_ERROR([use --enable-mpiio without an argument, or with yes or no])
AC_MSG_ERROR([use --disable-mpiio without an argument (option DEPRECATED)])
fi
AC_MSG_CHECKING([whether we are using MPI I/O])
AC_MSG_RESULT([$HAVE_PKG_MPIIO])
Expand Down

0 comments on commit 1ffb16b

Please sign in to comment.