summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-04 18:21:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:10 -0500
commite4659536626b758adb884005d1bf60290481a1e9 (patch)
tree00453ebf341cfbfb66bbf4bee555caebbf20826c /source4/lib/registry/config.m4
parentf29b5e90b17e9ca3a27a56915a3d75df380b5d09 (diff)
downloadsamba-e4659536626b758adb884005d1bf60290481a1e9.tar.gz
samba-e4659536626b758adb884005d1bf60290481a1e9.tar.bz2
samba-e4659536626b758adb884005d1bf60290481a1e9.zip
r21683: Remove the gconf registry backend.
It's already been disabled for a while, as it required some compile flags that broke other things. While this backend was an interesting proof-of-concept, this module doesn't really add any value. It's not possible to map between windows registry and gconf semantics and I can't think of any reason why you would want to do so. (This used to be commit 02481df3e8653ab366cb73d124e52bc9551bb717)
Diffstat (limited to 'source4/lib/registry/config.m4')
-rw-r--r--source4/lib/registry/config.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4
deleted file mode 100644
index 852c74b4ab..0000000000
--- a/source4/lib/registry/config.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-# Registry backends
-SMB_ENABLE(registry_gconf, NO)
-
-SMB_EXT_LIB_FROM_PKGCONFIG(gconf, gconf-2.0)
-
-AC_ARG_ENABLE(reg-gconf,
-[ --enable-reg-gconf Enable support for GConf registry backend],
-[
- if test t$enable = tyes; then
- SMB_ENABLE(registry_gconf, $SMB_ENABLE_gconf)
- fi
-])