summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-08-31 14:26:02 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-08-31 14:26:02 (GMT)
commit93675a15f22d65f4892df8fb9ea05b653001429c (patch)
tree46e439cff9615f52c0ebbf4a2557667e134932bd /configure.ac
parent929736cfb04df132e60df98c772db0db17dc0306 (diff)
parent01fe2549a36d7635b2cbe6f6a57cbcce29c1335b (diff)
downloadhdf5-93675a15f22d65f4892df8fb9ea05b653001429c.zip
hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.tar.gz
hdf5-93675a15f22d65f4892df8fb9ea05b653001429c.tar.bz2
Merge branch 'develop' into post_open_fix
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 55ea12c..258f96c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1225,7 +1225,7 @@ AC_CHECK_LIB([dl], [dlopen])
##
## Unix
-AC_CHECK_HEADERS([dirent.h features.h unistd.h])
+AC_CHECK_HEADERS([dirent.h features.h pwd.h unistd.h])
AC_CHECK_HEADERS([sys/file.h sys/ioctl.h sys/resource.h])
AC_CHECK_HEADERS([sys/stat.h sys/time.h sys/types.h])
@@ -4019,6 +4019,7 @@ AC_CONFIG_FILES([src/libhdf5.settings
tools/test/misc/vds/Makefile
tools/test/h5stat/Makefile
tools/test/h5stat/testh5stat.sh
+ tools/src/h5perf/Makefile
tools/test/perform/Makefile
examples/Makefile
examples/run-c-ex.sh