check if compiler supports inline keyword.

This commit is contained in:
Florian Westphal 2006-08-05 08:58:16 +00:00
parent 6eb3f3055d
commit 7378860aea
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# (at your option) any later version. # (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information. # Please read the file COPYING, README and AUTHORS for more information.
# #
# $Id: configure.in,v 1.118 2006/05/17 16:44:14 alex Exp $ # $Id: configure.in,v 1.119 2006/08/05 08:58:16 fw Exp $
# #
# -- Initialisation -- # -- Initialisation --
@ -53,6 +53,7 @@ AC_PROG_RANLIB
AM_C_PROTOTYPES AM_C_PROTOTYPES
AC_C_CONST AC_C_CONST
AC_C_INLINE
# -- Hard coded system and compiler dependencies/features/options ... -- # -- Hard coded system and compiler dependencies/features/options ... --