From ee3049a06c549170fb8244dfc75bc7c0fa6d5359 Mon Sep 17 00:00:00 2001
From: Jorrit Fahlke <joe@dune-project.org>
Date: Tue, 23 Feb 2010 16:46:00 +0000
Subject: [PATCH] Use --with-superlu-blaslib instead of --with-superlu_blaslib.

The new option name is what the help string already said.

[[Imported from SVN: r5903]]
---
 m4/superlu.m4 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/m4/superlu.m4 b/m4/superlu.m4
index a0271322c..b1a842e8b 100644
--- a/m4/superlu.m4
+++ b/m4/superlu.m4
@@ -129,11 +129,11 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
 		fi
 	    ]
 	)
-AC_ARG_WITH([superlu_blaslib],
+AC_ARG_WITH([superlu-blaslib],
              [AC_HELP_STRING([--with-superlu-blaslib],[The name of the static blas library         to link to. By default the shared library with the name superlu-mpi is tried])],
             [
-                 if test "$withval" != no ; then
-                     with_superlu_blaslib=$withval
+                 if test "$withval" = no ; then
+                     with_superlu_blaslib=
                  fi
              ]
          )
-- 
GitLab