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

prevent error output

[[Imported from SVN: r5061]]
parent dbe119b8
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
[dnl
if test "$withval" != no ; then
# get absolute path
with_superlu=`eval cd $withval && pwd`
with_superlu=`eval cd $withval 2&>1 && pwd`
if test "$withval" = yes; then
# Search in default locations
_slu_search_default
......@@ -70,7 +70,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
fi
fi
],
[
[dnl
# Search in default locations
_slu_search_default
])
......
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