branch: add-umfpack-interface
commit 87cf885eae1bbf2ffcdb1804a66ea35ca7949c95
Author: Konstantinos Poulios <logar...@gmail.com>
AuthorDate: Tue Jan 23 11:24:47 2024 +0100

    Fix error in configure script
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6f7d6c82..cd519ed5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1275,7 +1275,7 @@ fi;
 if test "x$found_mumps" = "xyes"; then
   echo "- Mumps found. A direct solver for large sparse linear systems."
 else
-  if test "x$require_superlu" = "xno"; then
+  if test "x$require_mumps" = "xno"; then
     echo "- Not using the MUMPS library for large sparse linear systems."
   else
     echo "- Mumps not found. Not using the MUMPS library for large sparse 
linear systems."

Reply via email to