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/ldb | |
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/ldb')
-rw-r--r-- | source4/lib/ldb/config.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/ldb/config.m4 b/source4/lib/ldb/config.m4 index 2b251befbb..551bacf5c9 100644 --- a/source4/lib/ldb/config.m4 +++ b/source4/lib/ldb/config.m4 @@ -2,8 +2,3 @@ SMB_MODULE_DEFAULT(libldb_sqlite3,NOT) if test x"$with_sqlite3_support" = x"yes"; then SMB_MODULE_DEFAULT(libldb_sqlite3,STATIC) fi - -SMB_LIBRARY_ENABLE(libldb,NO) -if test x"$experimental" = x"yes"; then - SMB_LIBRARY_ENABLE(libldb,YES) -fi |