Skip to content
Snippets Groups Projects
Commit 87c37557 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Also check for libg2c.

[[Imported from SVN: r4760]]
parent 4104e4d5
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,13 @@ if test x$HAVE_BLAS = x1 ; then
fi
AC_LANG_POP([Fortran 77])
# if g2c is found add to libs too
if test x$HAVE_BLAS = x1 ; then
AC_CHECK_LIB(g2c, [main],
[BLAS_LIBS="$BLAS_LIBS -lg2c"],
[])
fi
# end of checks (can be skipped with --without-blas)
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