summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/H5config.h.in9
-rw-r--r--src/Makefile.in3
2 files changed, 0 insertions, 12 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 56bab2f..e7d8e75 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -163,15 +163,9 @@
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
-/* Define to 1 if you have the `pdb' library (-lpdb). */
-#undef HAVE_LIBPDB
-
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
-/* Define to 1 if you have the `silo' library (-lsilo). */
-#undef HAVE_LIBSILO
-
/* Define to 1 if you have the `sz' library (-lsz). */
#undef HAVE_LIBSZ
@@ -208,9 +202,6 @@
/* Define if we have parallel support */
#undef HAVE_PARALLEL
-/* Define to 1 if you have the <pdb.h> header file. */
-#undef HAVE_PDB_H
-
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H
diff --git a/src/Makefile.in b/src/Makefile.in
index ccfe95d..b432696 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -159,9 +159,6 @@ BUILD_PABLO_CONDITIONAL_FALSE = @BUILD_PABLO_CONDITIONAL_FALSE@
BUILD_PABLO_CONDITIONAL_TRUE = @BUILD_PABLO_CONDITIONAL_TRUE@
BUILD_PARALLEL_CONDITIONAL_FALSE = @BUILD_PARALLEL_CONDITIONAL_FALSE@
BUILD_PARALLEL_CONDITIONAL_TRUE = @BUILD_PARALLEL_CONDITIONAL_TRUE@
-BUILD_PDB2HDF = @BUILD_PDB2HDF@
-BUILD_PDB2HDF_CONDITIONAL_FALSE = @BUILD_PDB2HDF_CONDITIONAL_FALSE@
-BUILD_PDB2HDF_CONDITIONAL_TRUE = @BUILD_PDB2HDF_CONDITIONAL_TRUE@
BYTESEX = @BYTESEX@
CC = @CC@
CCDEPMODE = @CCDEPMODE@