diff options
author | Michael Adam <obnox@samba.org> | 2009-06-19 20:31:33 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-06-19 21:13:38 +0200 |
commit | 23c7eccc27d2263c069522a1f67e549882490040 (patch) | |
tree | 54583ab63f4e9fc0ed4a704670fc741a70a99e72 /source3/configure.in | |
parent | bd70351b9493c2b3a057e47f5a393408234bdd8c (diff) | |
download | samba-23c7eccc27d2263c069522a1f67e549882490040.tar.gz |
s3:build: build talloctort only when using the internal liballoc
Fixes the build with the external libtalloc.
And is the reasonable thing to do anyways.
Michael
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index bf9269c7d6..82a83a3e06 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4727,6 +4727,9 @@ then done SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TALLOC_CFLAGS}" AC_SUBST(LIBTALLOC_OBJ0) + + TALLOCTORT="bin/talloctort\$(EXEEXT)" + AC_SUBST(TALLOCTORT) fi |