diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-10-19 20:10:19 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-10-19 20:10:19 (GMT) |
commit | 4c8e9ca84833a7e6adf610410edd9cc4067dea68 (patch) | |
tree | 325ed7de0c63ad1a5866b54e8fb2ff4fc2c34d02 /config | |
parent | e925ba26bb5507b81a0cf1a3cd784572e6efff85 (diff) | |
download | hdf5-4c8e9ca84833a7e6adf610410edd9cc4067dea68.zip hdf5-4c8e9ca84833a7e6adf610410edd9cc4067dea68.tar.gz hdf5-4c8e9ca84833a7e6adf610410edd9cc4067dea68.tar.bz2 |
[svn-r12787] Fix some references to Variable-length packet table functions.
For some reason, only Visual Studio DLLs complained about these.
Current code compiles for me under Visual Studio and generates no related
warnings on juniper.
Diffstat (limited to 'config')
-rw-r--r-- | config/craynv | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/craynv b/config/craynv index e877303..c9b01d6 100644 --- a/config/craynv +++ b/config/craynv @@ -17,6 +17,15 @@ # after configure starts and defines, among other things, flags for # the various compile modes. +# Disabling Dependency Tracking +# --------------------- +# +# The Cray X1 machines that THG tests on seem to have trouble doing +# dependency tracking (probably because they use Cray's C++ compiler, +# which autoconf may not recognize). Until this is fixed by autoconf +# or a user complains, disable dependency tracking on Crays. +enable_dependency_tracking="no" + # Choosing a C Compiler # --------------------- # |