From 12cb6cd44a3f2cee73974b9d845178d63b3dbc4b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 9 Jan 2012 13:59:48 +1100 Subject: 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 Autobuild-Date: Mon Jan 9 06:13:21 CET 2012 on sn-devel-104 --- source3/configure.in | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/configure.in') 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 -- cgit