diff options
Diffstat (limited to 'math/freefem++/files/patch-configure')
-rw-r--r-- | math/freefem++/files/patch-configure | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/math/freefem++/files/patch-configure b/math/freefem++/files/patch-configure index c016f7b5fdcd..773859246429 100644 --- a/math/freefem++/files/patch-configure +++ b/math/freefem++/files/patch-configure @@ -1,20 +1,11 @@ ---- configure.orig Tue Sep 19 21:24:02 2006 -+++ configure Wed Sep 20 22:32:15 2006 -@@ -9371,7 +9371,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --#include <mpicxx.h> -+#include <mpi.h> - _ACEOF - rm -f conftest.$ac_objext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -@@ -9415,7 +9415,7 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --#include <mpicxx.h> -+#include <mpi.h> - _ACEOF - if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 - (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 +--- configure.orig 2007-11-19 21:40:20.000000000 +0100 ++++ configure 2007-11-23 19:06:25.000000000 +0100 +@@ -9600,7 +9600,7 @@ + + + +-for ac_header in mpicxx.h mpi/cxx/mpicxx.h ompi/mpi/cxx/mpicxx.h openmpi/ompi/mpi/cxx/mpicxx.h mpi++.h ++for ac_header in mpi.h mpicxx.h mpi/cxx/mpicxx.h ompi/mpi/cxx/mpicxx.h openmpi/ompi/mpi/cxx/mpicxx.h mpi++.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then |