From bdc48547078b8ba09856c81b7c4f148fb163c01b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 4 Jul 2012 19:19:12 +0100 Subject: Use AC_C_INLINE to make sure "inline" works --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4c8a382..4c7c728 100644 --- a/configure.ac +++ b/configure.ac @@ -45,6 +45,7 @@ m4_define([_LT_AC_TAGCONFIG],[]) AC_PROG_LIBTOOL AM_PROG_CC_C_O +AC_C_INLINE AM_PATH_PYTHON([2.6]) -- cgit v1.2.1