summaryrefslogtreecommitdiffstats
path: root/source/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-26 15:07:13 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-10-26 15:07:13 +0000
commitd600461bc34f298873ab0bebfac14629bf88cb70 (patch)
tree009f9f176f0abdaa978ba8296e67b3cf541e1c5e /source/lib/registry
parentdda2f75efacd6e055836e81ed1caa361b88f442c (diff)
downloadsamba-d600461bc34f298873ab0bebfac14629bf88cb70.tar.gz
samba-d600461bc34f298873ab0bebfac14629bf88cb70.tar.xz
samba-d600461bc34f298873ab0bebfac14629bf88cb70.zip
r11304: Add support back in for loading shared modules (not used yet)
Diffstat (limited to 'source/lib/registry')
-rw-r--r--source/lib/registry/config.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/source/lib/registry/config.m4 b/source/lib/registry/config.m4
index 27e55c63b4a..ffea96c8297 100644
--- a/source/lib/registry/config.m4
+++ b/source/lib/registry/config.m4
@@ -1,10 +1,4 @@
# Registry backends
-
-if test t$BLDSHARED = ttrue; then
- LIBWINREG_SHARED=bin/libwinregistry.$SHLIBEXT
-fi
-LIBWINREG=libwinregistry
-
SMB_MODULE_DEFAULT(registry_gconf, NOT)
SMB_EXT_LIB_FROM_PKGCONFIG(gconf, gconf-2.0)
@@ -16,7 +10,3 @@ AC_ARG_ENABLE(reg-gconf,
SMB_MODULE_DEFAULT(registry_gconf, STATIC)
fi
])
-
-if test x"$experimental" = x"yes"; then
- SMB_LIBRARY_ENABLE(libwinregistry, YES)
-fi