summaryrefslogtreecommitdiff
path: root/source3/samba4.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-03 00:08:24 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-03 00:10:19 +0100
commit7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea (patch)
treeaba434415cb5105d5ce9fca2c95a31e1774036ad /source3/samba4.m4
parent6ed02233c3d873d4aa6ee4306d61cc2aad465a5d (diff)
downloadsamba-7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea.tar.gz
samba-7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea.tar.bz2
samba-7f283b29f14fc3c39fdb164f2c8e9ca18b4442ea.zip
s3:build: pass the path to smbtorture4 down to make with and without '-t' prefix
metze
Diffstat (limited to 'source3/samba4.m4')
-rw-r--r--source3/samba4.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index ee47fccfb2..e2c754b02b 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -1,5 +1,6 @@
AC_SUBST(BLDSHARED)
-smbtorture4_path="-t bin/smbtorture4"
+smbtorture4_path="bin/smbtorture4"
+smbtorture4_option="-t bin/smbtorture4"
m4_include(build/m4/public.m4)
m4_include(../m4/check_python.m4)