summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-01-09 13:59:48 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-01-09 06:13:21 +0100
commit12cb6cd44a3f2cee73974b9d845178d63b3dbc4b (patch)
tree1b38445422b44fb220070b1b142460c959b7c7a1 /source3/configure.in
parent356f7989eb7114a5149d777882cf741322f34dfc (diff)
downloadsamba-12cb6cd44a3f2cee73974b9d845178d63b3dbc4b.tar.gz
samba-12cb6cd44a3f2cee73974b9d845178d63b3dbc4b.tar.bz2
samba-12cb6cd44a3f2cee73974b9d845178d63b3dbc4b.zip
s3-build: Remove unused hooks to set smbtorture4 and test args
These were left around after the selftest.pl script was introduced. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jan 9 06:13:21 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/configure.in b/source3/configure.in
index e39d439215..32561fa72c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -7069,13 +7069,6 @@ fi
m4_include(../lib/zlib/zlib.m4)
if test x$smbtorture4_possible = xyes; then
- saved_USESHARED="$USESHARED"
- USESHARED="false"
- smbtorture4_path="bin/smbtorture4"
- smbtorture4_option="-t bin/smbtorture4"
- AC_SUBST(smbtorture4_path)
- AC_SUBST(smbtorture4_option)
- USESHARED="$saved_USESHARED"
SMBTORTURE4="bin/smbtorture4"
AC_SUBST(SMBTORTURE4)
fi