From 33726611e7b43838428dff13752535b85d5bda4f Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 20 Nov 2010 21:17:19 -0800 Subject: [PATCH] * configure.in (INLINE): Do not depend on OPTIMIZE, unused. --- ChangeLog | 4 ++++ configure.in | 2 +- src/config.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6efe5b35e9e..b436d39e26a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-11-21 Dan Nicolaescu + + * configure.in (INLINE): Do not depend on OPTIMIZE, unused. + 2010-11-15 Dan Nicolaescu * configure.in: Do not check for unconditionally included headers. diff --git a/configure.in b/configure.in index cbb0298097f..575bb41023b 100644 --- a/configure.in +++ b/configure.in @@ -3511,7 +3511,7 @@ AH_BOTTOM([ /* Don't try to switch on inline handling as detected by AC_C_INLINE generally, because even if non-gcc compilers accept `inline', they may reject `extern inline'. */ -#if defined (__GNUC__) && defined (OPTIMIZE) +#if defined (__GNUC__) #define INLINE __inline__ #else #define INLINE diff --git a/src/config.in b/src/config.in index 8d254cefff5..7d6f052fd4d 100644 --- a/src/config.in +++ b/src/config.in @@ -1076,7 +1076,7 @@ along with GNU Emacs. If not, see . */ /* Don't try to switch on inline handling as detected by AC_C_INLINE generally, because even if non-gcc compilers accept `inline', they may reject `extern inline'. */ -#if defined (__GNUC__) && defined (OPTIMIZE) +#if defined (__GNUC__) #define INLINE __inline__ #else #define INLINE -- 2.39.2