Mercurial > emacs
changeset 111657:d7c742bc8974
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 20 Nov 2010 21:17:19 -0800 |
parents | f2bfd501f578 |
children | 16543b266e85 |
files | ChangeLog configure.in src/config.in |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 20 14:29:35 2010 -0800 +++ b/ChangeLog Sat Nov 20 21:17:19 2010 -0800 @@ -1,3 +1,7 @@ +2010-11-21 Dan Nicolaescu <dann@ics.uci.edu> + + * configure.in (INLINE): Do not depend on OPTIMIZE, unused. + 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu> * configure.in: Do not check for unconditionally included headers.
--- a/configure.in Sat Nov 20 14:29:35 2010 -0800 +++ b/configure.in Sat Nov 20 21:17:19 2010 -0800 @@ -3511,7 +3511,7 @@ /* 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
--- a/src/config.in Sat Nov 20 14:29:35 2010 -0800 +++ b/src/config.in Sat Nov 20 21:17:19 2010 -0800 @@ -1076,7 +1076,7 @@ /* 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