summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-19 20:56:37 (GMT)
committerGitHub <noreply@github.com>2021-08-19 20:56:37 (GMT)
commit2524b57a6f69e1a24212cba12d504748e13e9743 (patch)
tree1c60b0949fc4c42d7de13ba0c417f9ff9ff0410c /configure.ac
parentc88c0f2008a0a431ee64ae7a36ed29f927ba3e13 (diff)
downloadhdf5-2524b57a6f69e1a24212cba12d504748e13e9743.zip
hdf5-2524b57a6f69e1a24212cba12d504748e13e9743.tar.gz
hdf5-2524b57a6f69e1a24212cba12d504748e13e9743.tar.bz2
Develop windows compiler fixes (#912)
* Fix windows compiler issues Restore MS C++ Default exception handling behavior #885 Remove clang toolchain as it skips compiler checks * Add check and header gaurd for pwd.h * Revert change * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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 cbb192d..d955a9f 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 unistd.h pwd.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])