From abb432aef6d1da10577267ec8c3de511e57747c4 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Sat, 18 Jan 2014 03:19:34 +0000 Subject: [PATCH] The portable_platform file moved to opal at some point, but this .m4 didn't get updated to match. Thanks to Paul Hargrove for spotting it and providing a patch! cmr=v1.7.4:reviewer=jsquyres This commit was SVN r30320. --- config/opal_check_compiler_version.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/opal_check_compiler_version.m4 b/config/opal_check_compiler_version.m4 index 846d1a1d73..d75d0feb90 100644 --- a/config/opal_check_compiler_version.m4 +++ b/config/opal_check_compiler_version.m4 @@ -30,11 +30,11 @@ AC_DEFUN([OPAL_CHECK_COMPILER], [ AC_CACHE_CHECK([for compiler $lower], opal_cv_compiler_[$1], [ CPPFLAGS_orig=$CPPFLAGS - CPPFLAGS="-I${top_ompi_srcdir}/ompi/include $CPPFLAGS" + CPPFLAGS="-I${top_ompi_srcdir}/opal/include/opal $CPPFLAGS" AC_TRY_RUN([ #include #include -#include "mpi_portable_platform.h" +#include "opal_portable_platform.h" int main (int argc, char * argv[]) { @@ -62,11 +62,11 @@ AC_DEFUN([OPAL_CHECK_COMPILER_STRING], [ AC_CACHE_CHECK([for compiler $lower], opal_cv_compiler_[$1], [ CPPFLAGS_orig=$CPPFLAGS - CPPFLAGS="-I${top_ompi_srcdir}/ompi/include $CPPFLAGS" + CPPFLAGS="-I${top_ompi_srcdir}/opal/include/opal $CPPFLAGS" AC_TRY_RUN([ #include #include -#include "mpi_portable_platform.h" +#include "opal_portable_platform.h" int main (int argc, char * argv[]) { @@ -95,11 +95,11 @@ AC_DEFUN([OPAL_CHECK_COMPILER_STRINGIFY], [ AC_CACHE_CHECK([for compiler $lower], opal_cv_compiler_[$1], [ CPPFLAGS_orig=$CPPFLAGS - CPPFLAGS="-I${top_ompi_srcdir}/ompi/include $CPPFLAGS" + CPPFLAGS="-I${top_ompi_srcdir}/opal/include/opal $CPPFLAGS" AC_TRY_RUN([ #include #include -#include "mpi_portable_platform.h" +#include "opal_portable_platform.h" int main (int argc, char * argv[]) {