diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-08-23 23:45:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 23:45:29 (GMT) |
commit | e9765e6c09de2e278e2821faef656b6d61854196 (patch) | |
tree | afb74e3f8b466131f611500916d77c2d2684a80b | |
parent | f6c49fe8911a39810b236f7babf09a70fcc76c7b (diff) | |
download | hdf5-e9765e6c09de2e278e2821faef656b6d61854196.zip hdf5-e9765e6c09de2e278e2821faef656b6d61854196.tar.gz hdf5-e9765e6c09de2e278e2821faef656b6d61854196.tar.bz2 |
Move pwd header check to alphabetical order (#954)
-rw-r--r-- | configure.ac | 2 |
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]) |