build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make test
authorAndrew Bartlett <abartlet@samba.org>
Wed, 21 Nov 2012 06:52:35 +0000 (17:52 +1100)
committerAndreas Schneider <asn@samba.org>
Thu, 22 Nov 2012 09:21:17 +0000 (10:21 +0100)
commit7626b5d9045c2b490b38dee7dd45ba7763740f83
tree5baff2f323b4ce7f3c6a491dd71421fbcbfbcd7f
parent8a2ef49dea36b103a87cf2aa63417737dd754ce6
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>
packaging/RHEL-CTDB/configure.rpm
packaging/RHEL-CTDB/samba.spec.tmpl
source3/Makefile.in
source3/configure.in
source3/m4/check_path.m4