summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2016-08-09 10:41:41 +0200
committerOndrej Holy <oholy@redhat.com>2016-08-11 08:16:01 +0200
commitc4da270a189001393c2eb2c5ee2ddfb3f429a944 (patch)
tree5f47ec3e584cb4673041828f67977dcd4b82eb7e /configure.ac
parent812f42e6bec9d9adf7c97d83fb55f0f0e4f3e3d6 (diff)
downloadgvfs-c4da270a189001393c2eb2c5ee2ddfb3f429a944.tar.gz
build: Include its rules for polkit temporarily
polkit.loc and polkit.its files are neccessary for merging translations back into policy files with gettext. Include those files temporarily before new polkit is released and distributed. https://bugzilla.gnome.org/show_bug.cgi?id=768707
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 8ab4fdce..4c7146ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,7 +132,7 @@ AC_ARG_ENABLE([admin], [AS_HELP_STRING([--disable-admin],[build without admin ba
msg_admin=no
if test "x$enable_admin" != "xno"; then
- PKG_CHECK_MODULES([ADMIN], [polkit-gobject-1 >= 0.114], [msg_admin=yes])
+ PKG_CHECK_MODULES([ADMIN], [polkit-gobject-1], [msg_admin=yes])
if test "x$msg_admin" = "xyes"; then
AC_DEFINE([HAVE_ADMIN], 1, [Define to 1 if admin backend is going to be built])