diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 20:17:02 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-10 20:17:02 +0200 |
commit | 69247584eace18a5f3f0df46a6b6970174c5a1b0 (patch) | |
tree | 608a2297e43132bece8effd70e913fe140ec95be /source4/build/m4/public.m4 | |
parent | bc4eacb5d89ca8dca123e2d6bd6eba47ed93b771 (diff) | |
download | samba-69247584eace18a5f3f0df46a6b6970174c5a1b0.tar.gz samba-69247584eace18a5f3f0df46a6b6970174c5a1b0.tar.bz2 samba-69247584eace18a5f3f0df46a6b6970174c5a1b0.zip |
Fix building with system-provided LDB.
(This used to be commit fbfbc1f163520b3b9a4a3bf8bdddf26749cc7255)
Diffstat (limited to 'source4/build/m4/public.m4')
-rw-r--r-- | source4/build/m4/public.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/m4/public.m4 b/source4/build/m4/public.m4 index 1eae998ca4..2896098f58 100644 --- a/source4/build/m4/public.m4 +++ b/source4/build/m4/public.m4 @@ -139,6 +139,9 @@ $1_CPPFLAGS = $4 $1_LDFLAGS = $5 " +SMB_INFO_EXT_LIBS="$SMB_INFO_EXT_LIBS +@<:@EXT_LIB::$1@:>@ +" ]) dnl SMB_ENABLE(name,default_build) |