diff options
Diffstat (limited to 'net/mpich2/files/patch-configure')
-rw-r--r-- | net/mpich2/files/patch-configure | 44 |
1 files changed, 40 insertions, 4 deletions
diff --git a/net/mpich2/files/patch-configure b/net/mpich2/files/patch-configure index 21123ba1a606..c6f17cec0700 100644 --- a/net/mpich2/files/patch-configure +++ b/net/mpich2/files/patch-configure @@ -1,6 +1,42 @@ ---- configure.orig Sun Jul 30 20:04:37 2006 -+++ configure Tue Aug 8 16:50:50 2006 -@@ -28147,8 +28147,8 @@ +--- configure.orig Tue Oct 30 21:17:11 2007 ++++ configure Mon Nov 5 11:01:30 2007 +@@ -3927,7 +3927,7 @@ + fi + + MPI_DEFAULT_COPTS="-O2" +-if test "$compiler_optimizations" == "yes"; then ++if test "$compiler_optimizations" = "yes"; then + echo "$as_me:$LINENO: checking whether $CC accepts default optimizations" >&5 + echo $ECHO_N "checking whether $CC accepts default optimizations... $ECHO_C" >&6 + rm -f conftest.c +@@ -5227,7 +5227,7 @@ + + MPI_DEFAULT_FOPTS="-O2" + if test "$enable_f77" = yes ; then +- if test "$compiler_optimizations" == "yes"; then ++ if test "$compiler_optimizations" = "yes"; then + echo "$as_me:$LINENO: checking whether $F77 accepts default optimizations" >&5 + echo $ECHO_N "checking whether $F77 accepts default optimizations... $ECHO_C" >&6 + rm -f conftest.f +@@ -7592,7 +7592,7 @@ + + MPI_DEFAULT_F90OPTS="-O2" + if test "$enable_f90" = yes ; then +- if test "$compiler_optimizations" == "yes"; then ++ if test "$compiler_optimizations" = "yes"; then + echo "$as_me:$LINENO: checking whether $F90 accepts default optimizations" >&5 + echo $ECHO_N "checking whether $F90 accepts default optimizations... $ECHO_C" >&6 + rm -f conftest.f +@@ -10340,7 +10340,7 @@ + + MPI_DEFAULT_CXXOPTS="-O2" + if test "$enable_cxx" = yes; then +- if test "$compiler_optimizations" == "yes"; then ++ if test "$compiler_optimizations" = "yes"; then + echo "$as_me:$LINENO: checking whether $CXX accepts default optimizations" >&5 + echo $ECHO_N "checking whether $CXX accepts default optimizations... $ECHO_C" >&6 + rm -f conftest.cpp +@@ -30355,8 +30355,8 @@ rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test "$ac_cv_search_pthread_key_create" = no; then @@ -11,7 +47,7 @@ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -28192,7 +28192,7 @@ +@@ -30400,7 +30400,7 @@ ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then |