From a4e7bf3a89a986f0055bb8b6c6890449ca405f39 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 28 Oct 2005 21:13:30 +0000 Subject: r11382: Require number of required M4 macros Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM Add some more PUBLIC_HEADERS (This used to be commit 875eb8f4cc658e6aebab070029fd499a726ad520) --- source4/lib/ldb/config.m4 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source4/lib/ldb/config.m4') diff --git a/source4/lib/ldb/config.m4 b/source4/lib/ldb/config.m4 index 551bacf5c9..8d311bfa64 100644 --- a/source4/lib/ldb/config.m4 +++ b/source4/lib/ldb/config.m4 @@ -1,4 +1 @@ -SMB_MODULE_DEFAULT(libldb_sqlite3,NOT) -if test x"$with_sqlite3_support" = x"yes"; then - SMB_MODULE_DEFAULT(libldb_sqlite3,STATIC) -fi +SMB_ENABLE(libldb_sqlite3,$with_sqlite3_support) -- cgit