diff options
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 |