summaryrefslogtreecommitdiff
blob: c6d1c494bd237fc3cdbe9bcf02a6b7bbcbc425d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 351d27d4a846e3d0e5c724e067f44b52e04402f1 Mon Sep 17 00:00:00 2001
From: Alexander Tsoy <alexander@tsoy.me>
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