diff src/config.in @ 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 3655cc4062e4
children 17d793ffe36f
line wrap: on
line diff
--- 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