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:
Kyle Guinn
2016-01-08 01:39:46 -06:00
parent 1131e093af
commit 7fc73aae63
-1
View File
@@ -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]),