diff options
author | Björn Jacke <bj@sernet.de> | 2012-06-18 14:13:26 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-06-18 20:07:08 +0200 |
commit | 26e868bfedccbbb670277ef4cf948a39fd071a8c (patch) | |
tree | 8eff22e5d3cd018c7542bfcdacac8dca7fc3d4cd /source3 | |
parent | 63c2784076b651c7ad43d672e724ed6aeae49ffb (diff) | |
download | samba-26e868bfedccbbb670277ef4cf948a39fd071a8c.tar.gz samba-26e868bfedccbbb670277ef4cf948a39fd071a8c.tar.bz2 samba-26e868bfedccbbb670277ef4cf948a39fd071a8c.zip |
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 <bj@sernet.de>
Autobuild-Date(master): Mon Jun 18 20:07:08 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |