Skip to content
Snippets Groups Projects
Commit 9889d2e1 authored by Markus Blatt's avatar Markus Blatt
Browse files

Absolute path was again overwritten with relative before checking for

the headers. Fixed.

[[Imported from SVN: r5610]]
parent 3af69173
No related branches found
No related tags found
No related merge requests found
......@@ -60,12 +60,12 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
if test "$withval" != no ; then
# get absolute path
with_superlu=`eval cd $withval 2>&1 && pwd`
echo withval=$withval with_superlu=$with_superlu
if test "$withval" = yes; then
# Search in default locations
_slu_search_default
else
# Search for the headers in the specified location
with_superlu="$withval"
_slu_search_versions("$with_superlu")
fi
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