summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-28 22:10:22 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-28 22:10:22 (GMT)
commit8af3db74ef1810f9bcb6cbb7efe6950b64dd6acb (patch)
treed4b41bef65efef3f6cf965a83f9166546d6e7d5d /configure.in
parentc14a897ee25b14b1a5736b295cb57cc1c1c2b8e0 (diff)
downloadhdf5-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.in9
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