diff options
author | Michael Adam <obnox@samba.org> | 2009-06-17 18:20:30 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-06-19 21:13:37 +0200 |
commit | ec154a1d81dd2e71ec9fec7ed8abd1329153048e (patch) | |
tree | 2b25efd30749dca73b4ae58f74eccc253004296b | |
parent | 7930f15f5dce0dd72b354f903a758b03988371b8 (diff) | |
download | samba-ec154a1d81dd2e71ec9fec7ed8abd1329153048e.tar.gz samba-ec154a1d81dd2e71ec9fec7ed8abd1329153048e.tar.bz2 samba-ec154a1d81dd2e71ec9fec7ed8abd1329153048e.zip |
s3:build: link libtalloc statically if using internal libtalloc
Michael
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 8af3da9508..bed7184ab7 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4736,6 +4736,7 @@ fi if test "x$enable_external_libtalloc" = xno then m4_include(../lib/talloc/libtalloc.m4) + LINK_LIBTALLOC=STATIC SMB_LIBRARY(talloc, 1) LIBTALLOC_OBJ0="" for obj in ${TALLOC_OBJ}; do |