build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make test
commit428c17039214f6f4f2fe6ed7a5515f1662f63fe8
authorAndrew Bartlett <abartlet@samba.org>
Wed, 21 Nov 2012 06:52:35 +0000 (21 17:52 +1100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 26 Nov 2012 11:36:40 +0000 (26 12:36 +0100)
tree01923911ee43d51f7f2f134b339eb09ff6443975
parent0519b9b4fa5b4a6c08113552848d6888ac64d202
build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make test

This simply moves this to being a side-effect of --enable-selftest.

The flag was renamed from --enable-smbtorture4 in a recent patch.

Make test now relies on smbtorture4, and so this code to make the dependency
optional for the tests is not required any more.

Andrew Bartlett

Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry-picked from 7626b5d9045c2b490b38dee7dd45ba7763740f83)
packaging/RHEL-CTDB/configure.rpm
packaging/RHEL-CTDB/samba.spec.tmpl
source3/Makefile.in
source3/configure.in
source3/m4/check_path.m4