1
1

Correctly detect the STDC_HEADERS, before adding flags to the CFLAGS. Now,

that we have the STDC_HEADERS we are able to detect when ptrdiff_t is defined.

This commit was SVN r12254.
Этот коммит содержится в:
George Bosilca 2006-10-23 03:55:52 +00:00
родитель ee559e9947
Коммит 6745e1a7b7

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

@ -32,6 +32,10 @@ AC_DEFUN([OMPI_SETUP_CC],[
OMPI_C_COMPILER_VENDOR([ompi_c_vendor]) OMPI_C_COMPILER_VENDOR([ompi_c_vendor])
# Check for standard headers, needed here because needed before
# the types checks.
AC_HEADER_STDC
# GNU C and autotools are inconsistent about whether this is # GNU C and autotools are inconsistent about whether this is
# defined so let's make it true everywhere for now... However, IBM # defined so let's make it true everywhere for now... However, IBM
# XL compilers on PPC Linux behave really badly when compiled with # XL compilers on PPC Linux behave really badly when compiled with