From: Dmitry V. Levin Date: Tue, 30 Aug 2016 16:23:46 +0000 (+0000) Subject: Remove obsolescent autoconf macro AC_C_CONST X-Git-Tag: v4.14~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7857e50e4e673740c50492336ac1452986900d4;p=strace Remove obsolescent autoconf macro AC_C_CONST All supported systems are expected to have the 'const' keyword. * configure.ac (AC_C_CONST): Remove. --- diff --git a/configure.ac b/configure.ac index 1dc49d4d..5e8561ac 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,6 @@ AC_ARG_ENABLE([gcc-Werror], AC_SUBST([WARN_CFLAGS]) AC_C_BIGENDIAN -AC_C_CONST AC_C_TYPEOF AC_TYPE_SIGNAL