From 26e868bfedccbbb670277ef4cf948a39fd071a8c Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 18 Jun 2012 14:13:26 +0200 Subject: Revert "s3: temporary hack to make the waf build work withouth autotools being required" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- source3/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/Makefile.in') 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 \ -- cgit