From: Damien Riegel Date: Wed, 19 Apr 2017 15:54:11 +0000 (-0400) Subject: remove check on inline and const X-Git-Tag: neomutt-20170526~38^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53295e0c8d6b4294f169be050b920275e02ebb4f;p=neomutt remove check on inline and const AC_C_CONST is marked obsolescent and inline is already checked by AC_PROG_CC_C99, so it's redundant. --- diff --git a/configure.ac b/configure.ac index da47cc0f8..a904d16f8 100644 --- a/configure.ac +++ b/configure.ac @@ -49,8 +49,6 @@ AC_PROG_MKDIR_P AC_PROG_RANLIB AC_CHECK_TOOL(AR, ar, ar) -AC_C_INLINE -AC_C_CONST AC_C_BIGENDIAN AC_SYS_LARGEFILE