summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-06-19 20:31:33 +0200
committerMichael Adam <obnox@samba.org>2009-06-19 21:13:38 +0200
commit23c7eccc27d2263c069522a1f67e549882490040 (patch)
tree54583ab63f4e9fc0ed4a704670fc741a70a99e72 /source3/configure.in
parentbd70351b9493c2b3a057e47f5a393408234bdd8c (diff)
downloadsamba-23c7eccc27d2263c069522a1f67e549882490040.tar.gz
samba-23c7eccc27d2263c069522a1f67e549882490040.tar.bz2
samba-23c7eccc27d2263c069522a1f67e549882490040.zip
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.in3
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