mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
smbd: fix build with FAM support
Add missing define of HAVE_FAM when FAM is detected. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11733 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Sun Feb 14 13:50:56 CET 2016 on sn-devel-144
This commit is contained in:
committed by
Volker Lendecke
parent
a6f983a17b
commit
8b765ac011
@ -204,6 +204,7 @@ main() {
|
||||
|
||||
if samba_fam_libs is not None:
|
||||
conf.DEFINE('SAMBA_FAM_LIBS', samba_fam_libs)
|
||||
conf.DEFINE('HAVE_FAM', 1)
|
||||
else:
|
||||
if Options.options.with_fam == True:
|
||||
conf.fatal('FAM support requested, but no suitable FAM library found')
|
||||
|
Reference in New Issue
Block a user