1
1

Per discussion we will now require a C99 compiant compiler.

This change will enable the use of C99 features in Open MPI; subobject naming, restricted pointers, etc.

cmr:v1.7

This commit was SVN r27604.
Этот коммит содержится в:
Nathan Hjelm 2012-11-14 04:52:39 +00:00
родитель 3763c6eddf
Коммит aebd1ea432

Просмотреть файл

@ -32,6 +32,9 @@ AC_DEFUN([OPAL_SETUP_CC],[
AC_REQUIRE([_OMPI_PROG_CC]) AC_REQUIRE([_OMPI_PROG_CC])
AC_REQUIRE([AM_PROG_CC_C_O]) AC_REQUIRE([AM_PROG_CC_C_O])
# From Open MPI 1.7 on we require a C99 compiant compiler
AC_REQUIRE([AC_PROG_CC_C99])
OMPI_C_COMPILER_VENDOR([ompi_c_vendor]) OMPI_C_COMPILER_VENDOR([ompi_c_vendor])
# Check for standard headers, needed here because needed before # Check for standard headers, needed here because needed before