From 1ffb16b9718d7d3de32046215ea8c2477b1eae3d Mon Sep 17 00:00:00 2001 From: Carsten Burstedde Date: Thu, 7 Mar 2024 14:59:30 +0100 Subject: [PATCH] Use --disable-mpiio in argument error message --- config/sc_mpi.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sc_mpi.m4 b/config/sc_mpi.m4 index 88647b07..ad1af6ed 100644 --- a/config/sc_mpi.m4 +++ b/config/sc_mpi.m4 @@ -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])