summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-07-06 17:39:15 (GMT)
committerGitHub <noreply@github.com>2021-07-06 17:39:15 (GMT)
commit8e2fc4a2e2325a006d42b1df5c339549cdd2cb94 (patch)
treea8e9ba199a98b20bb66142af1f4efd751119ea81 /configure.ac
parent257c8c745446ee614f92624b30cec41d8d771e05 (diff)
downloadhdf5-8e2fc4a2e2325a006d42b1df5c339549cdd2cb94.zip
hdf5-8e2fc4a2e2325a006d42b1df5c339549cdd2cb94.tar.gz
hdf5-8e2fc4a2e2325a006d42b1df5c339549cdd2cb94.tar.bz2
Remove checks for winsock2.h (#813)
This is only needed on Windows and always available, so there's no need to check for it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3dd7328..55ea12c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1240,8 +1240,6 @@ case $host_os in
esac
## Windows
-## The winsock header is needed for gethostname
-AC_CHECK_HEADERS([winsock2.h])
case "`uname`" in
MINGW*)
AC_HAVE_LIBRARY([ws2_32])