diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-08-09 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-08-14 08:00:00 +0000 |
commit | bb9eb07d02a5ca13e16f4da98539c7d397e592bf (patch) | |
tree | 6ea7f96422ad26bfd7ff663600d950273276e231 | |
parent | 7ff048524c4a3d24d92848916225d0e95a7677f7 (diff) | |
download | pam-bb9eb07d02a5ca13e16f4da98539c7d397e592bf.tar.gz pam-bb9eb07d02a5ca13e16f4da98539c7d397e592bf.tar.bz2 pam-bb9eb07d02a5ca13e16f4da98539c7d397e592bf.zip |
configure.ac: do not use AC_HEADER_DIRENT
Given that <dirent.h> is included unconditionally,
there is no point in using AC_HEADER_DIRENT.
* configure.ac (AC_HEADER_DIRENT): Remove.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7565f024..cc2728e8 100644 --- a/configure.ac +++ b/configure.ac @@ -647,7 +647,6 @@ STRINGPARAM_PROFILECONDITIONS="--stringparam profile.condition '$profileconditio AC_SUBST([STRINGPARAM_PROFILECONDITIONS]) dnl Checks for header files. -AC_HEADER_DIRENT AC_HEADER_SYS_WAIT dnl Checks for typedefs, structures, and compiler characteristics. |