summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-07-04 19:19:12 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-07-04 19:19:12 +0100
commitbdc48547078b8ba09856c81b7c4f148fb163c01b (patch)
treeeaa00ec14df974bde6f261d78034ce75b7200f73
parent3d23ff9e91151c2fb8e5ccb74067ff7ad6df3067 (diff)
downloaddbus-python-bdc48547078b8ba09856c81b7c4f148fb163c01b.tar.gz
Use AC_C_INLINE to make sure "inline" works
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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])