From 3fc6e8e5480ed0fe0604d1e30a96fb09c56ac2ff Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 9 Aug 2024 08:00:00 +0000 Subject: configure.ac: do not use AC_HEADER_SYS_WAIT Given that is included unconditionally, there is no point in using AC_HEADER_SYS_WAIT. * configure.ac (AC_HEADER_SYS_WAIT): Remove. --- configure.ac | 3 --- 1 file changed, 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 -- cgit v1.2.3