mld2p4-dev

Fixed error message in configure script.
stopcriterion
Salvatore Filippone 17 years ago
parent dcea16909e
commit 7d507f5b26

4
configure vendored

@ -4984,9 +4984,9 @@ else
cat conftest.$ac_ext >&5
rm -rf conftest*
{ { echo "$as_me:$LINENO: error: no.
Your version of PSBLAS appears to be old; pleas get version 2.3.1 or newer." >&5
Your version of PSBLAS does not define psb_long_int_k_; please get version 2.3.1 or newer." >&5
echo "$as_me: error: no.
Your version of PSBLAS appears to be old; pleas get version 2.3.1 or newer." >&2;}
Your version of PSBLAS does not define psb_long_int_k_; please get version 2.3.1 or newer." >&2;}
{ (exit 1); exit 1; }; }
fi
rm -f conftest*

@ -204,7 +204,7 @@ PAC_FORTRAN_HAVE_PSBLAS([AC_MSG_RESULT([yes.])],[AC_MSG_ERROR([no.
Could not find working version of PSBLAS.])])
PAC_FORTRAN_HAVE_PSB_LONG_INT([AC_MSG_RESULT([yes.])],[AC_MSG_ERROR([no.
Your version of PSBLAS appears to be old; pleas get version 2.3.1 or newer.])])
Your version of PSBLAS does not define psb_long_int_k_; please get version 2.3.1 or newer.])])
###############################################################################

Loading…
Cancel
Save