summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-09-16 11:47:34 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-09-16 11:47:34 -0400
commit49de132d4ed313926f7e7f92da22cd6a3e50da18 (patch)
treec81fb937f9a9dfa12aaffa6f637a617fb7925879 /configure.ac
parent50385761decb0a5a79c6cdc975b427c5918d7de3 (diff)
downloadpolkit-49de132d4ed313926f7e7f92da22cd6a3e50da18.tar.gz
Add properties with information about the currently used authority
Also bump requirement on EggDBus to 0.6 (to be released later) for a bug-fix with flag properties.
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 f3fe83a..7d42ac0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.21.4 gio-2.0 >= 2.21.4])
AC_SUBST(GLIB_CFLAGS)
AC_SUBST(GLIB_LIBS)
-PKG_CHECK_MODULES(EGG_DBUS, [eggdbus-1 >= 0.5])
+PKG_CHECK_MODULES(EGG_DBUS, [eggdbus-1 >= 0.6])
AC_SUBST(EGG_DBUS_CFLAGS)
AC_SUBST(EGG_DBUS_LIBS)