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

Use --with-superlu-lib instead of --with-super_lu_lib.

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

[[Imported from SVN: r5902]]
parent 69214a87
No related branches found
No related tags found
No related merge requests found
......@@ -121,11 +121,11 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
_slu_search_default
])
AC_ARG_WITH([super_lu_lib],
AC_ARG_WITH([superlu-lib],
[AC_HELP_STRING([--with-superlu-lib],[The name of the static SuperLU library to link to. By default the shared library with the name superlu-mpi is tried])],
[
if test "$withval" != no ; then
with_superlu_lib=$withval
if test "$withval" = no ; then
with_superlu_lib=
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