aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2010-11-20 21:17:19 -0800
committerDan Nicolaescu2010-11-20 21:17:19 -0800
commit33726611e7b43838428dff13752535b85d5bda4f (patch)
tree4135baba7c5b975792f7a89fe745d0d1a351dd25 /src
parent89bb5d15e647e28b07d7164a8c2afa112c6d8f7f (diff)
downloademacs-33726611e7b43838428dff13752535b85d5bda4f.tar.gz
emacs-33726611e7b43838428dff13752535b85d5bda4f.zip
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
Diffstat (limited to 'src')
-rw-r--r--src/config.in2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */
1076/* Don't try to switch on inline handling as detected by AC_C_INLINE 1076/* Don't try to switch on inline handling as detected by AC_C_INLINE
1077 generally, because even if non-gcc compilers accept `inline', they 1077 generally, because even if non-gcc compilers accept `inline', they
1078 may reject `extern inline'. */ 1078 may reject `extern inline'. */
1079#if defined (__GNUC__) && defined (OPTIMIZE) 1079#if defined (__GNUC__)
1080#define INLINE __inline__ 1080#define INLINE __inline__
1081#else 1081#else
1082#define INLINE 1082#define INLINE