summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-26 16:19:32 (GMT)
committerGitHub <noreply@github.com>2023-05-26 16:19:32 (GMT)
commit00e6c2d2211c2487361863522bd276d351457025 (patch)
treee82b05246a4de4cb822378f93ab71d41323b0ad1 /configure.ac
parente08c822c6f2c7af46b2abd628ce16b972045b096 (diff)
downloadhdf5-00e6c2d2211c2487361863522bd276d351457025.zip
hdf5-00e6c2d2211c2487361863522bd276d351457025.tar.gz
hdf5-00e6c2d2211c2487361863522bd276d351457025.tar.bz2
Remove most unused options which are defaulted #2998 (#3019)
* Remove most unused options which are defaulted #2998 * Fix property list references
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88bad6f..6e157f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1265,7 +1265,7 @@ if test "X$HDF5_DOXYGEN" = "Xyes"; then
DOXYGEN_SEARCHENGINE_URL=
DOXYGEN_STRIP_FROM_PATH='$(SRCDIR)'
DOXYGEN_STRIP_FROM_INC_PATH='$(SRCDIR)'
- DOXYGEN_PREDEFINED='H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD H5_DOXYGEN H5_HAVE_SUBFILING_VFD H5_HAVE_IOC_VFD'
+ DOXYGEN_PREDEFINED='H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD H5_DOXYGEN H5_HAVE_SUBFILING_VFD H5_HAVE_IOC_VFD H5_HAVE_MIRROR_VFD'
DX_INIT_DOXYGEN([HDF5], [./doxygen/Doxyfile], [hdf5lib_docs])
fi