diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-10-28 22:10:22 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-10-28 22:10:22 (GMT) |
commit | 8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb (patch) | |
tree | d4b41bef65efef3f6cf965a83f9166546d6e7d5d /configure.in | |
parent | c14a897ee25b14b1a5736b295cb57cc1c1c2b8e0 (diff) | |
download | hdf5-8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb.zip hdf5-8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb.tar.gz hdf5-8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb.tar.bz2 |
[svn-r11616]
Purpose:
Configure feature and cleanup
Description:
Added error when Absoft f95 is used without --disable-shared.
Removed tools/misc/h5import.c and tools/misc/pdb2hdf.c .
Platforms tested:
mir heping
Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 4699d9b..d0d74e6 100644 --- a/configure.in +++ b/configure.in @@ -1232,15 +1232,6 @@ if test -n "$SRB"; then AC_DEFINE([HAVE_SRB], [1], [Define if the SRB is defined]) fi -dnl ---------------------------------------------------------------------- -dnl Is LLNL's PDB present? If so then we'll compile the PDB-to-HDF5 -dnl translator. -dnl -AC_SUBST([PDB2HDF]) -AC_CHECK_LIB([pdb], [PD_open]) -AC_CHECK_LIB([silo], [lite_PD_open]) -AC_CHECK_HEADERS([pdb.h], [PDB2HDF=pdb2hdf]) - dnl Checkpoint the cache AC_CACHE_SAVE |