From e1b3ef8aa805cdaed4daf31670a2591398ee6ba1 Mon Sep 17 00:00:00 2001
From: Markus Blatt <mblatt@dune-project.org>
Date: Tue, 6 May 2008 15:58:06 +0000
Subject: [PATCH] Removed recursive definition of LIBS. This should fix the
 gfortran problem.

Thanks to Bernd Flemisch for pointing this out.

[[Imported from SVN: r5191]]
---
 m4/pardiso.m4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/m4/pardiso.m4 b/m4/pardiso.m4
index 9571ffdd9..a0f6a0147 100644
--- a/m4/pardiso.m4
+++ b/m4/pardiso.m4
@@ -15,7 +15,6 @@ esac
 # Get fortran linker names of PARDISO functions to check for.
 AC_F77_FUNC(pardisoinit)
 acx_pardiso_save_LIBS="$LIBS"
-LIBS="$BLAS_LIBS -llapack -lg2c $LIBS $FLIBS"
 LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
 
 # First, check PARDISO_LIBS environment variable
-- 
GitLab