Fix compiler warnings

This commit is contained in:
Wilco Baan Hofman 2013-02-16 17:39:22 +01:00
parent 861d2c0e95
commit 6b8f1f9a6c
3 changed files with 18 additions and 15 deletions

View file

@ -44,6 +44,10 @@ def configure(conf):
conf.check_cfg(package='talloc', uselib_store='talloc',
args=['--cflags', '--libs' ])
# Check for tevent
conf.check_cfg(package='tevent', uselib_store='samba',
args=['--cflags', '--libs' ])
# Check for samba-4.0
conf.check_cfg(package='samba-util', uselib_store='samba',
args=['--cflags', '--libs' ])