Fix configry for SuperLU detection.

stopcriterion
Salvatore Filippone 7 years ago
parent d6981973c1
commit 2fbd732ee8

@ -635,7 +635,7 @@ if test "x$pac_slu_header_ok" == "xyes" ; then
LIBS="$SLU_LIBS -lm $save_LIBS"; LIBS="$SLU_LIBS -lm $save_LIBS";
AC_TRY_LINK_FUNC(superlu_malloc, AC_TRY_LINK_FUNC(superlu_malloc,
[mld2p4_cv_have_superlu=yes;pac_slu_lib_ok=yes;], [mld2p4_cv_have_superlu=yes;pac_slu_lib_ok=yes;],
[mld2p4_cv_have_superlu=no;pac_slu_lib_ok=no; SLU_LIBS=""; SLU_INCLUDES=""]) [mld2p4_cv_have_superlu=no;pac_slu_lib_ok=no; SLU_LIBS="";])
fi fi
if test "x$pac_slu_lib_ok" == "xno" ; then if test "x$pac_slu_lib_ok" == "xno" ; then
dnl Maybe lib64? dnl Maybe lib64?

9709
configure vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save