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/tdb/config.m4 | |
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/tdb/config.m4')
-rw-r--r-- | source4/lib/tdb/config.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/tdb/config.m4 b/source4/lib/tdb/config.m4 index f1aa95df54..bf3949790a 100644 --- a/source4/lib/tdb/config.m4 +++ b/source4/lib/tdb/config.m4 @@ -5,8 +5,3 @@ AC_DEFINE([_GNU_SOURCE],[],[Pull in GNU extensions]) AC_HAVE_DECL(pread, [#include <unistd.h>]) AC_HAVE_DECL(pwrite, [#include <unistd.h>]) - -if test x"$experimental" = x"yes"; then - SMB_LIBRARY_ENABLE(libtdb,YES) -fi - |