From: Fred Drake Date: Wed, 8 Nov 2000 20:22:59 +0000 (+0000) Subject: Remove AC_C_INLINE test from configure.in, since the only place the symbol X-Git-Tag: v2.1a1~753 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a41d20b05600244e344bdacddcb191625062861;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/config.h.in b/config.h.in index 8f783f83499b..17a1624cb37d 100644 --- a/config.h.in +++ b/config.h.in @@ -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 diff --git a/configure.in b/configure.in index 8bfb14788c6a..a6f488dff38b 100644 --- a/configure.in +++ b/configure.in @@ -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)