Restore AC_C_INLINE

Checkin 7729edf7224e39628bd342c3a3bb44c1753bdfb0 removed AC_C_INLINE,
presumably inadvertently.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2015-11-04 11:29:09 -08:00
parent db6ecf9b76
commit 03f229c74f

View File

@ -62,6 +62,7 @@ AC_PROG_INSTALL
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
AC_C_INLINE
AC_C_RESTRICT
AC_TYPE_SIZE_T
PA_WORKING_BOOL