Pipe to /dev/null to prevent error message from appearing in include path.
This commit is contained in:
parent
a953a47fbb
commit
85194789aa
@ -153,7 +153,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
|
|||||||
[dnl
|
[dnl
|
||||||
if test x"$withval" != xno ; then
|
if test x"$withval" != xno ; then
|
||||||
# get absolute path
|
# get absolute path
|
||||||
with_superlu=`eval cd $withval 2>&1 && pwd`
|
with_superlu=`eval cd $withval > /dev/null 2>&1 && pwd`
|
||||||
if test x"$withval" = xyes; then
|
if test x"$withval" = xyes; then
|
||||||
# Search in default locations
|
# Search in default locations
|
||||||
_slu_search_default
|
_slu_search_default
|
||||||
|
Loading…
Reference in New Issue
Block a user