diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-11 07:59:01 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-11 02:30:39 +0200 |
commit | f446506608ba93303b9c671bdaacd692f72bad28 (patch) | |
tree | 6b5d885133129391e04867c47a542210534e1ce7 /source3 | |
parent | 72b8a0952a10c94aa0483a83bec9253b53a30e39 (diff) | |
download | samba-f446506608ba93303b9c671bdaacd692f72bad28.tar.gz samba-f446506608ba93303b9c671bdaacd692f72bad28.tar.bz2 samba-f446506608ba93303b9c671bdaacd692f72bad28.zip |
remove --enable-developer from recursive waf build in autoconf build
wanting to run make test does not make you a developer in need of ABI checking.
Andrew Bartlett
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile-smbtorture4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile-smbtorture4 b/source3/Makefile-smbtorture4 index 57fff2b2bb..c2fe87a297 100644 --- a/source3/Makefile-smbtorture4 +++ b/source3/Makefile-smbtorture4 @@ -6,7 +6,7 @@ SAMBA4_BINARIES="smbtorture,ndrdump" samba4-configure: @(cd .. && \ CFLAGS='' $(WAF) reconfigure || \ - CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-developer --disable-tdb2) + CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-debug --disable-tdb2) .PHONY: samba4-configure |