Skip to content
Snippets Groups Projects
Commit ee3049a0 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Use --with-superlu-blaslib instead of --with-superlu_blaslib.

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

[[Imported from SVN: r5903]]
parent df8990db
No related branches found
No related tags found
No related merge requests found
......@@ -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
]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment