From: Mike Gilbert Date: Tue, 17 Feb 2026 18:42:01 +0000 (-0500) Subject: configure.ac: drop AC_FUNC_UTIME_NULL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00807197f43111dd8cfb41d366327c6e0f606fa4;p=thirdparty%2Fshadow.git configure.ac: drop AC_FUNC_UTIME_NULL The codebase does not utilize the resulting HAVE_UTIME_NULL macro, making this check pointless. Signed-off-by: Mike Gilbert --- diff --git a/configure.ac b/configure.ac index 03f3e9ca3..ea396f259 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,6 @@ AC_CHECK_MEMBERS([struct utmpx.ut_name, struct utmpx.ut_xtime],[],[],[[#include ]]) dnl Checks for library functions. -AC_FUNC_UTIME_NULL AC_REPLACE_FUNCS([putgrent putpwent putspent]) AC_REPLACE_FUNCS([sgetgrent sgetpwent sgetspent])