Delete an AC_MSG_CHECKING without a corresponding AC_MSG_RESULT
This is meant to be used around something like AC_TRY_COMPILE. The ax_mpi.m4 script will print out several similar lines, so there's no need to convert it to AC_MSG_NOTICE.
This commit is contained in:
@@ -33,7 +33,6 @@ if test "$ax_lapack_ok" = "no"; then
|
||||
fi
|
||||
|
||||
dnl See if compiling parpack
|
||||
AC_MSG_CHECKING([for MPI mode])
|
||||
AC_ARG_ENABLE(mpi,
|
||||
AC_HELP_STRING([--enable-mpi],
|
||||
[build parallel version of arpack with MPI]),
|
||||
|
||||
Reference in New Issue
Block a user