From 7d507f5b2628b288f75e57701f2bcce9e04ecbc7 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 29 Sep 2008 08:10:22 +0000 Subject: [PATCH] mld2p4-dev Fixed error message in configure script. --- configure | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 0b1b2963..b4e60422 100755 --- a/configure +++ b/configure @@ -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* diff --git a/configure.ac b/configure.ac index 9b1d6db4..68a398e2 100755 --- a/configure.ac +++ b/configure.ac @@ -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.])]) ###############################################################################