From 67c808f5ffed2b348a0973e4a9b118ce7c1fc116 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 26 Oct 2005 15:07:13 +0000 Subject: r11304: Add support back in for loading shared modules (not used yet) (This used to be commit 90f49b6f70c4aaf0e4ab4fad2e6f9caeb0f6f3a6) --- source4/lib/tdb/config.m4 | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/lib/tdb/config.m4') 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 ]) AC_HAVE_DECL(pwrite, [#include ]) - -if test x"$experimental" = x"yes"; then - SMB_LIBRARY_ENABLE(libtdb,YES) -fi - -- cgit