From: Björn Jacke Date: Mon, 18 Jun 2012 12:13:26 +0000 (+0200) Subject: Revert "s3: temporary hack to make the waf build work withouth autotools being required" X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=26e868bfedccbbb670277ef4cf948a39fd071a8c;p=mat%2Fsamba.git Revert "s3: temporary hack to make the waf build work withouth autotools being required" This reverts commit f1becfa27b6b4e35541e6df0cafdec0ad47d2e3f. The hack was actually only required due to a configuration issue in our buildfarm scripts. Autobuild-User(master): Björn Jacke Autobuild-Date(master): Mon Jun 18 20:07:08 CEST 2012 on sn-devel-104 --- diff --git a/source3/Makefile.in b/source3/Makefile.in index e4c2f7122b..56c81d9aef 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3381,7 +3381,6 @@ bin/ndrdump4: $(BINARY_PREREQS) vfs_examples: ( \ cd ../examples/VFS && \ - test -e ./configure || exit 0 && \ ./configure && \ make clean && \ make \