summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-24 19:31:06 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-24 19:31:06 (GMT)
commit69293e09df6585808643b9c1393d44da2767315d (patch)
treef43bd823d362dbb1b8b297ae3c375cfb05d68776 /configure.in
parent8619af74a4bc5013d6c9896f1c696f91e7bda050 (diff)
downloadhdf5-69293e09df6585808643b9c1393d44da2767315d.zip
hdf5-69293e09df6585808643b9c1393d44da2767315d.tar.gz
hdf5-69293e09df6585808643b9c1393d44da2767315d.tar.bz2
[svn-r11602] Purpose:
Bug fix Description: Removed detection of pdb from configure.in as a corollary to removal of pdb2hdf5 tool. Platforms tested: mir, modi4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index 0573681..73b0de5 100644
--- a/configure.in
+++ b/configure.in
@@ -1316,17 +1316,6 @@ if test "x$HAVE_SZLIB" = "xyes" -a "x$HAVE_SZLIB_H" = "xyes"; then
fi
fi
-
-dnl ----------------------------------------------------------------------
-dnl Is LLNL's PDB present? If so then we'll compile the PDB-to-HDF5
-dnl translator.
-dnl
-AC_SUBST([BUILD_PDB2HDF])
-AC_CHECK_LIB([pdb], [PD_open])
-AC_CHECK_LIB([silo], [lite_PD_open])
-AC_CHECK_HEADERS([pdb.h], [BUILD_PDB2HDF=yes])
-AM_CONDITIONAL([BUILD_PDB2HDF_CONDITIONAL], [test "X$BUILD_PDB2HDF" = "Xyes"])
-
dnl Checkpoint the cache
AC_CACHE_SAVE