summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-20 21:24:01 (GMT)
committerGitHub <noreply@github.com>2021-08-20 21:24:01 (GMT)
commit5df0118051f9d06799d2ca1172399e5067989b0e (patch)
treed1bf917a0007b2c416e5e04609fbf1721ba3685b /configure.ac
parent8dca25eaa5de660fc8d7bd650d412f89107cbc7f (diff)
downloadhdf5-5df0118051f9d06799d2ca1172399e5067989b0e.zip
hdf5-5df0118051f9d06799d2ca1172399e5067989b0e.tar.gz
hdf5-5df0118051f9d06799d2ca1172399e5067989b0e.tar.bz2
1.10 Merge windows compiler fixes #912 (#915)
* Merge windows compiler fixes #912 * Merge changes to check for pwd.h header * Add missing define * Merge Remove incorrect compiler check for windows clang sanitizer #942
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 495ee72..44186cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1223,7 +1223,7 @@ AC_HEADER_TIME
AC_CHECK_HEADERS([sys/resource.h sys/time.h unistd.h sys/ioctl.h sys/stat.h])
AC_CHECK_HEADERS([sys/socket.h sys/types.h sys/file.h])
AC_CHECK_HEADERS([features.h])
-AC_CHECK_HEADERS([dirent.h])
+AC_CHECK_HEADERS([dirent.h pwd.h])
AC_CHECK_HEADERS([netdb.h netinet/in.h arpa/inet.h])
## Darwin