diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-26 21:33:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-26 21:33:10 (GMT) |
commit | 4a5b97b930b69cd9b9897ca4698c26f9ca0dc203 (patch) | |
tree | 63cbf15c961ccb6f17ebdcff18ce271131866d23 /configure.in | |
parent | d97bf49baf813aadebc05e0bfe675e36added980 (diff) | |
download | hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.zip hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.tar.gz hdf5-4a5b97b930b69cd9b9897ca4698c26f9ca0dc203.tar.bz2 |
[svn-r14022] Description:
Remove stray reference to "group revision" configure flag
Remove Windows-specific EOL characters from src/H5FDwindows.c
Add some missing types to bin/trace
Re-run bin/reconfigure script to regenerate information after changes above.
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (linux)
Solaris/32 2.10 (linew)
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 bfc6aa1..01e4ef2 100644 --- a/configure.in +++ b/configure.in @@ -4034,9 +4034,6 @@ IF_YES_NO "$HAVE_DMALLOC" PRINT_N " Function Stack Tracing" IF_ENABLED_DISABLED "$CODESTACK" -PRINT_N " Group Revision" -IF_ENABLED_DISABLED "$GROUPREVISION" - PRINT_N " GPFS" IF_YES_NO "$GPFS" |