TDB2: make SAMBA use tdb1 again for the moment.
[sfrench/samba-autobuild/.git] / source3 / Makefile-smbtorture4
index 1b0c92102594448efc5505b0868439e2e7e9a500..faf9719cc41f7783032cc39574c30109f1a60912 100644 (file)
@@ -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-debug --disable-tdb2)
+               CFLAGS='' $(WAF) configure --enable-socket-wrapper --enable-nss-wrapper --enable-uid-wrapper --nonshared-binary=$(SAMBA4_BINARIES) --enable-auto-reconfigure --enable-debug)
 
 .PHONY: samba4-configure