diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-09-11 12:44:36 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-09-11 12:44:36 -0400 |
commit | 83e61fdbe0b71bc20c82789b56c48e6dcd44981a (patch) | |
tree | 1493eeb8cf53739d4ea657a52308d80776b62be9 /configure.ac | |
parent | 8f9f2b5ebd55164985c8330d33d0f8269da4a1c8 (diff) | |
download | dconf-83e61fdbe0b71bc20c82789b56c48e6dcd44981a.tar.gz |
Remove 'set lock' support from dconf
The dconf service can not presently be run at the system level and it
doesn't make sense to support locks on user-level databases. It also
became clear that most distributors and sysadmins would rather work
directly with text files anyway, so we supported that directly instead.
For this reason, 'set lock' support has never been properly implemented.
All the plumbing was added for it though, which means we have it
appearing on the API of the client library and documented in the help of
the commandline tool. This is misleading, since these functions do
nothing at all (and actually contain bugs anyway since their
do-nothingness was never actually tested).
For now, we rip out these functions. We can add them back later if we
decide to support this properly.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 827540e..8d31d13 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 -Wno-portability no-dist-gzip dist-xz]) AM_SILENT_RULES([yes]) +GNOME_MAINTAINER_MODE_DEFINES # Check for programs AC_PROG_CC |