summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-09 14:52:26 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-09 14:52:26 (GMT)
commitb8c5c9f20d48476e5c24cedbd2d8953f5883c02c (patch)
treeea4c6e3a465169f8ca1adb63c0650a7946bfced7 /configure.ac
parent22723e87d8de3b768f5a70e1658f17eb4ad85000 (diff)
downloadhdf5-b8c5c9f20d48476e5c24cedbd2d8953f5883c02c.zip
hdf5-b8c5c9f20d48476e5c24cedbd2d8953f5883c02c.tar.gz
hdf5-b8c5c9f20d48476e5c24cedbd2d8953f5883c02c.tar.bz2
Removes libgen.h detection from Autotools and CMake
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 9e241a8..a641a45 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1144,7 +1144,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([stddef.h setjmp.h features.h])
-AC_CHECK_HEADERS([dirent.h libgen.h])
+AC_CHECK_HEADERS([dirent.h])
AC_CHECK_HEADERS([stdint.h], [C9x=yes])
AC_CHECK_HEADERS([stdbool.h])
AC_CHECK_HEADERS([netdb.h netinet/in.h arpa/inet.h])