Hi!

I added the AC_C_INLINE check in configure.ac, since some compilers
don't understand the inline keyword.

This one is commited and should go on the release branch.

- twisti

---

2007-04-11  Christian Thalinger  <[EMAIL PROTECTED]>

        * configure.ac: Added AC_C_INLINE.


Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/classpath/configure.ac,v
retrieving revision 1.202
diff -u -3 -p -r1.202 configure.ac
--- configure.ac        6 Apr 2007 22:42:12 -0000       1.202
+++ configure.ac        11 Apr 2007 20:34:26 -0000
@@ -419,6 +419,7 @@ if test "x${COMPILE_JNI}" = xyes; then
           [AC_MSG_RESULT(no)])])])
 
   AC_C_CONST
+  AC_C_INLINE
   AC_C_ATTRIBUTE
 
   dnl See if we HAVE_ICONV, how ICONV_CONST is set and LTLIBICONV


Reply via email to