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.
Этот коммит содержится в:
родитель
ee559e9947
Коммит
6745e1a7b7
@ -32,6 +32,10 @@ AC_DEFUN([OMPI_SETUP_CC],[
|
||||
|
||||
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
|
||||
# defined so let's make it true everywhere for now... However, IBM
|
||||
# XL compilers on PPC Linux behave really badly when compiled with
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user