diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-07-04 19:19:12 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-07-04 19:19:12 +0100 |
| commit | bdc48547078b8ba09856c81b7c4f148fb163c01b (patch) | |
| tree | eaa00ec14df974bde6f261d78034ce75b7200f73 /configure.ac | |
| parent | 3d23ff9e91151c2fb8e5ccb74067ff7ad6df3067 (diff) | |
| download | dbus-python-bdc48547078b8ba09856c81b7c4f148fb163c01b.tar.gz | |
Use AC_C_INLINE to make sure "inline" works
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
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]) |
