+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.
/* 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
/* 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