From: Adam Dickmeiss Date: Fri, 25 Sep 2009 11:33:37 +0000 (+0200) Subject: disable inline if AC_C_INLINE is not in use X-Git-Tag: v1.2.1~10^2~6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ad57e922f6418a6f7741eceacbb61c3e9da662a8;p=pazpar2-moved-to-github.git disable inline if AC_C_INLINE is not in use --- diff --git a/src/marchash.c b/src/marchash.c index 6256a7b..4e7d0f8 100644 --- a/src/marchash.c +++ b/src/marchash.c @@ -23,6 +23,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #if HAVE_CONFIG_H #include +#else +/* disable inline if AC_C_INLINE is not in use (Windows) */ +#define inline #endif #include