Update polkit dependency

0.8 is the minimum version required.
This commit is contained in:
Bastien Nocera 2008-10-29 12:01:02 +00:00 committed by Daniel Drake
parent 46a9783be6
commit 24d7041fe4

View file

@ -25,7 +25,7 @@ PKG_CHECK_MODULES(DBUS_GLIB, "dbus-glib-1")
AC_SUBST(DBUS_GLIB_LIBS)
AC_SUBST(DBUS_GLIB_CFLAGS)
PKG_CHECK_MODULES(POLKIT, "polkit polkit-dbus")
PKG_CHECK_MODULES(POLKIT, polkit >= 0.8 polkit-dbus)
AC_SUBST(POLKIT_LIBS)
AC_SUBST(POLKIT_CFLAGS)