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

Order does matter.

[[Imported from SVN: r5259]]
parent 7c4d3c1d
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ AC_DEFUN([DUNE_PATH_PARMETIS],[
# if header is found check for the libs
LIBS="$MPILIBS $MPI_LDFLAGS"
LIBS="$LIBS $MPILIBS $MPI_LDFLAGS"
if test x$HAVE_PARMETIS = x1 ; then
AC_CHECK_LIB(metis, [metis_partgraphkway],[
......
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