From 2c9b3f84599abb43bad43386980eee101efe42ac Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 30 Dec 2021 15:52:04 +0100 Subject: [PATCH] autoconf: Remove AC_C_CONST All current compilers support C89's 'const' keyword. Autoconf declares this macro as obsolescent. Signed-off-by: Alejandro Colomar --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index fc64fecd..ba3314c8 100644 --- a/configure.ac +++ b/configure.ac @@ -56,7 +56,6 @@ AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes \ AC_SYS_LARGEFILE dnl Checks for typedefs, structures, and compiler characteristics. -AC_C_CONST AC_CHECK_MEMBERS([struct stat.st_rdev]) AC_CHECK_MEMBERS([struct stat.st_atim]) AC_CHECK_MEMBERS([struct stat.st_atimensec])