aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-09 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-08-14 08:00:00 +0000
commit3fc6e8e5480ed0fe0604d1e30a96fb09c56ac2ff (patch)
tree6a3bc67516e8309592a05c9421ef1d285c1319b3
parentbb9eb07d02a5ca13e16f4da98539c7d397e592bf (diff)
downloadpam-3fc6e8e5480ed0fe0604d1e30a96fb09c56ac2ff.tar.gz
pam-3fc6e8e5480ed0fe0604d1e30a96fb09c56ac2ff.tar.bz2
pam-3fc6e8e5480ed0fe0604d1e30a96fb09c56ac2ff.zip
configure.ac: do not use AC_HEADER_SYS_WAIT
Given that <sys/wait.h> is included unconditionally, there is no point in using AC_HEADER_SYS_WAIT. * configure.ac (AC_HEADER_SYS_WAIT): Remove.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cc2728e8..8ae48682 100644
--- a/configure.ac
+++ b/configure.ac
@@ -646,9 +646,6 @@ AM_CONDITIONAL([COND_USE_OPENSSL], [test "x$use_openssl" = "xyes"])
STRINGPARAM_PROFILECONDITIONS="--stringparam profile.condition '$profileconditions'"
AC_SUBST([STRINGPARAM_PROFILECONDITIONS])
-dnl Checks for header files.
-AC_HEADER_SYS_WAIT
-
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_BIGENDIAN
AC_C_CONST