]> granicus.if.org Git - neomutt/commitdiff
remove check on inline and const
authorDamien Riegel <damien.riegel@gmail.com>
Wed, 19 Apr 2017 15:54:11 +0000 (11:54 -0400)
committerRichard Russon <rich@flatcap.org>
Tue, 2 May 2017 16:34:42 +0000 (17:34 +0100)
AC_C_CONST is marked obsolescent and inline is already checked by
AC_PROG_CC_C99, so it's redundant.

configure.ac

index da47cc0f8f9e0fd97b10583b1ec51be323cce3d0..a904d16f81eae2718d43c0b6d7ceae28c881cafa 100644 (file)
@@ -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