From: Dan Fandrich Date: Tue, 3 Feb 2009 04:43:12 +0000 (-0800) Subject: Added AC_C_INLINE to configure.ac to define the inline keyword X-Git-Tag: libexif-0_6_21-release~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=165300b384a7a71310002bfa262f9b3e03b7b2eb;p=platform%2Fupstream%2Flibexif.git Added AC_C_INLINE to configure.ac to define the inline keyword if the compiler doesn't handle it already. --- diff --git a/ChangeLog b/ChangeLog index 44f9fb2..71ec8bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-02 Dan Fandrich + + * 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 * Decode the value for EXIF_TAG_LIGHT_SOURCE and EXIF_TAG_SCENE_TYPE diff --git a/configure.ac b/configure.ac index 4b387e1..6d1eccc 100644 --- a/configure.ac +++ b/configure.ac @@ -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"