diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-12-13 22:29:45 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-12-13 22:29:45 (GMT) |
commit | 2d2522f666628f45a49b2033d7324a1443884604 (patch) | |
tree | 912cc397999ac885673601645806f65582f92a51 /windows | |
parent | f61ad8556593ae97e58768f0b610a0179730092b (diff) | |
download | hdf5-2d2522f666628f45a49b2033d7324a1443884604.zip hdf5-2d2522f666628f45a49b2033d7324a1443884604.tar.gz hdf5-2d2522f666628f45a49b2033d7324a1443884604.tar.bz2 |
[svn-r9662] Purpose:
Bug fix.
Description:
MIPSpro Compiler 7.4.x starts to support C99 features
but stdint.h has a "guard" in it that will #error if
cc is invoked without asking for C99 standard. But it
does not result with a non-zero compiler exit code, thus
configure thought it is okay to use header file stdint.h.
This causes problems later.
Solution:
Default to use the C99 compiler if available.
Platforms tested:
Tested in Sandia tesla machine which is a new SGI machine.
Diffstat (limited to 'windows')
0 files changed, 0 insertions, 0 deletions