mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
20 lines
594 B
Text
20 lines
594 B
Text
--- 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
|