diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 14:17:32 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-03-03 14:17:32 (GMT) |
commit | 69c9a7e3a64412dcaf525ac322c60474cc194f14 (patch) | |
tree | 7d318d8295dd6a8d249ea102250fdd4acc05b60c /configure.in | |
parent | f7c62b1e19b8d0870dfed28abdbc1b2463c732a5 (diff) | |
download | hdf5-69c9a7e3a64412dcaf525ac322c60474cc194f14.zip hdf5-69c9a7e3a64412dcaf525ac322c60474cc194f14.tar.gz hdf5-69c9a7e3a64412dcaf525ac322c60474cc194f14.tar.bz2 |
[svn-r10128] Purpose:
Removed GASS from summary printout.
Platforms tested:
Tested in heping. No h5committest since it was trivial
and involved in configure stage only.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 63065f2..b6f5ba0 100644 --- a/configure.in +++ b/configure.in @@ -3149,9 +3149,6 @@ IF_YES_NO "$FPHDF5" PRINT_N " Function Stack Tracing" IF_ENABLED_DISABLED "$FUNCSTACK" -PRINT_N " GASS" -IF_YES_NO "$GASS" - PRINT_N " GPFS" IF_YES_NO "$GPFS" |