Mercurial > pidgin.yaz
changeset 22596:7dd74e13f447
Fix our D-Bus version requirement
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 02 Apr 2008 15:37:26 +0000 |
parents | c3189d5da3bf |
children | 8cc5ba6f9081 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Apr 02 13:35:09 2008 +0000 +++ b/configure.ac Wed Apr 02 15:37:26 2008 +0000 @@ -1151,7 +1151,7 @@ fi if test "x$enable_dbus" = "xyes" ; then - PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.35 dbus-glib-1 >= 0.35], [ + PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.60 dbus-glib-1 >= 0.60], [ AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) enable_dbus=yes