From: Dan Nicolaescu Date: Sun, 21 Nov 2010 05:17:19 +0000 (-0800) Subject: * configure.in (INLINE): Do not depend on OPTIMIZE, unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33726611e7b43838428dff13752535b85d5bda4f;p=emacs.git * configure.in (INLINE): Do not depend on OPTIMIZE, unused. --- 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