Re: [PATCH] Add support for Intel MPI fortran compiler

2013-10-14 Thread Ward Poelmans
On Mon, Oct 14, 2013 at 9:54 AM, Christian Rössel wrote: > On 10/07/2013 03:11 PM, Ward Poelmans wrote: > > For libtool 2.4.2., see line 4403-4407 in libltdl/m4/libtool.m4: Thanks Christian, I was using an older version of libtool. Ward

[PATCH] Add support for Intel MPI fortran compiler

2013-10-07 Thread Ward Poelmans
In the check for static/shared libraries, the Intel MPI fortran compiler is not detected. --- m4/libtool.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 80d7e44..246a337 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -4443,7 +4443,7