Remove AC_C_INLINE test from configure.in, since the only place the symbol

occurs in the Python sources appears to be as text in comments.  We do not
want to interfere with C++ keywords!

This closes bug #119851.
This commit is contained in:
Fred Drake 2000-11-08 20:22:59 +00:00
parent b046b76322
commit 8a41d20b05
2 changed files with 0 additions and 4 deletions

View File

@ -25,9 +25,6 @@
tzname. */
#undef HAVE_TZNAME
/* Define as __inline if that's what the C compiler calls it. */
#undef inline
/* Define if on MINIX. */
#undef _MINIX

View File

@ -1007,7 +1007,6 @@ AC_MSG_RESULT($was_it_defined)
AC_C_CHAR_UNSIGNED
AC_C_CONST
AC_C_INLINE
works=no
AC_MSG_CHECKING(for working volatile)