Added AC_C_INLINE to configure.ac to define the inline keyword
authorDan Fandrich <dan@coneharvesters.com>
Tue, 3 Feb 2009 04:43:12 +0000 (20:43 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 3 Feb 2009 04:43:12 +0000 (20:43 -0800)
if the compiler doesn't handle it already.

ChangeLog
configure.ac

index 44f9fb2..71ec8bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-02  Dan Fandrich <dan@coneharvesters.com>
+
+       * Added AC_C_INLINE to configure.ac to define the inline keyword
+         if the compiler doesn't handle it already.
+
 2009-01-28  Dan Fandrich <dan@coneharvesters.com>
 
        * Decode the value for EXIF_TAG_LIGHT_SOURCE and EXIF_TAG_SCENE_TYPE
index 4b387e1..6d1eccc 100644 (file)
@@ -63,6 +63,7 @@ AC_SUBST([LIBEXIF_VERSION_INFO])
 
 AC_PROG_CC
 AC_C_CONST
+AC_C_INLINE
 dnl FIXME: AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL
 AM_CPPFLAGS="$CPPFLAGS"