summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-08-23 23:45:29 (GMT)
committerGitHub <noreply@github.com>2021-08-23 23:45:29 (GMT)
commite9765e6c09de2e278e2821faef656b6d61854196 (patch)
treeafb74e3f8b466131f611500916d77c2d2684a80b /configure.ac
parentf6c49fe8911a39810b236f7babf09a70fcc76c7b (diff)
downloadhdf5-e9765e6c09de2e278e2821faef656b6d61854196.zip
hdf5-e9765e6c09de2e278e2821faef656b6d61854196.tar.gz
hdf5-e9765e6c09de2e278e2821faef656b6d61854196.tar.bz2
Move pwd header check to alphabetical order (#954)
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 d955a9f..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 pwd.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])