summaryrefslogtreecommitdiff
path: root/source4/torture/libnetapi/config.m4
AgeCommit message (Collapse)AuthorFilesLines
2009-06-04s4:torture Make Samba4 build on hosts with an older libnetapiAndrew Bartlett1-1/+6
For example, Samba4 would not build (for the last week) on Fedora 10, with samba-common 3.2.11 installed. Andrew Bartlett
2009-06-03s4:torture/libnetapi: fix netapi detectionStefan Metzmacher1-3/+7
We need to set SMB_ENABLE(TORTURE_LIBNETAPI,NO) first to overwrite the default of YES for MODULES and then only set it to YES if netapi was found. metze
2009-05-29s4-smbtorture: add very basic LIBNETAPI testsuite.Günther Deschner1-0/+28
Guenther