diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-26 15:07:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:16 -0500 |
commit | 67c808f5ffed2b348a0973e4a9b118ce7c1fc116 (patch) | |
tree | 41341627302460b552d0bb3e641e631ad309539a /source4/lib/registry | |
parent | 8ee1ee66edb1c98b63cbc26741080932995156a4 (diff) | |
download | samba-67c808f5ffed2b348a0973e4a9b118ce7c1fc116.tar.gz samba-67c808f5ffed2b348a0973e4a9b118ce7c1fc116.tar.bz2 samba-67c808f5ffed2b348a0973e4a9b118ce7c1fc116.zip |
r11304: Add support back in for loading shared modules (not used yet)
(This used to be commit 90f49b6f70c4aaf0e4ab4fad2e6f9caeb0f6f3a6)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.m4 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/lib/registry/config.m4 b/source4/lib/registry/config.m4 index 27e55c63b4..ffea96c829 100644 --- a/source4/lib/registry/config.m4 +++ b/source4/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 |