From 351d27d4a846e3d0e5c724e067f44b52e04402f1 Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Mon, 6 Mar 2023 00:57:20 +0300 Subject: [PATCH] Drop AC_FUNC_STAT macro This macro is obsolescent and doesn't work with -Werror=implicit-function-declaration compiler flag --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6b62ac5..5a386db 100644 --- a/configure.ac +++ b/configure.ac @@ -474,7 +474,6 @@ if test $inaddrt = no ; then fi # Checks for library functions. AC_FUNC_MEMCMP -AC_FUNC_STAT AC_FUNC_STRFTIME AC_FUNC_VPRINTF AC_FUNC_FORK -- 2.39.2