summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-09-01 01:30:54 +0200
committerDavid Zeuthen <davidz@redhat.com>2009-09-13 13:38:32 -0400
commit898c8cad6fa50ad4187ebdb63e742c767ae6591a (patch)
tree3fd45b92a9bab3444e3db0cf3e7f1c14ea6a5fd2 /configure.ac
parent0caf7cb9856a36bbdc6936e50389c931d4327ef0 (diff)
downloadpolkit-898c8cad6fa50ad4187ebdb63e742c767ae6591a.tar.gz
Remove POLKIT_USER option
PK 1.0 no longer uses a separate user, so remove this ./configure option which also means we no longer have to mangle the dbus policy file. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 77b5055..4c2dd79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,19 +149,6 @@ if test "x$GCC" = "xyes"; then
fi
dnl ---------------------------------------------------------------------------
-dnl - User
-dnl ---------------------------------------------------------------------------
-
-AC_ARG_WITH(polkit_user,[ --with-polkit-user=<user> user for PolicyKit])
-if test -z "$with_polkit_user" ; then
- POLKIT_USER=polkituser
-else
- POLKIT_USER=$with_polkit_user
-fi
-AC_SUBST(POLKIT_USER)
-AC_DEFINE_UNQUOTED(POLKIT_USER, "$POLKIT_USER", [User for PolicyKit])
-
-dnl ---------------------------------------------------------------------------
dnl - Select which authentication framework to use
dnl ---------------------------------------------------------------------------