Move pwd header check to alphabetical order (#954)

This commit is contained in:
Dana Robinson
2021-08-23 16:45:29 -07:00
committed by GitHub
parent f6c49fe891
commit e9765e6c09

View File

@@ -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])