summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-01 15:31:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-15 16:19:56 +0100
commit6ce7c7ac7ecbdf8360da4a8ee512678f4fd42fdc (patch)
tree7cbc717b07f3b95f264586daeb51279e3d71b510 /configure.ac
parent84c402d247765dbd754a9255878d162e868d1201 (diff)
Require libpurple 2.6 or later, and get rid of backwards compatibility glue
Most distributions have 2.6, notably Maemo 5 and Ubuntu >= 9.10.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7693a79..77e2c4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ AC_ARG_ENABLE(leaky-request-stubs,
AC_DEFINE(ENABLE_LEAKY_REQUEST_STUBS, [], [Enable the leaky stub implementation of the request API for debugging purposes]))
AC_SUBST(ENABLE_LEAKY_REQUEST_STUBS)
-PKG_CHECK_MODULES(PURPLE,[purple >= 2.1.1])
+PKG_CHECK_MODULES(PURPLE,[purple >= 2.6])
PKG_CHECK_MODULES(TP_GLIB,[telepathy-glib >= 0.9.2])
PKG_CHECK_MODULES(GLIB,[glib-2.0 >= 2.22, gobject-2.0])
PKG_CHECK_MODULES(DBUS_GLIB,[dbus-glib-1 >= 0.73])