Mercurial > pidgin
comparison configure.ac @ 22613: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 |
comparison
equal
deleted
inserted
replaced
22612:c3189d5da3bf | 22613:7dd74e13f447 |
---|---|
1149 if test "x$enable_dbus" = "xyes" ; then | 1149 if test "x$enable_dbus" = "xyes" ; then |
1150 AC_CHECK_PROG(enable_dbus, dbus-binding-tool, yes, no) | 1150 AC_CHECK_PROG(enable_dbus, dbus-binding-tool, yes, no) |
1151 fi | 1151 fi |
1152 | 1152 |
1153 if test "x$enable_dbus" = "xyes" ; then | 1153 if test "x$enable_dbus" = "xyes" ; then |
1154 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.35 dbus-glib-1 >= 0.35], [ | 1154 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.60 dbus-glib-1 >= 0.60], [ |
1155 AC_SUBST(DBUS_CFLAGS) | 1155 AC_SUBST(DBUS_CFLAGS) |
1156 AC_SUBST(DBUS_LIBS) | 1156 AC_SUBST(DBUS_LIBS) |
1157 enable_dbus=yes | 1157 enable_dbus=yes |
1158 ], [ | 1158 ], [ |
1159 enable_dbus=no | 1159 enable_dbus=no |