mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
replace: Only warn if rpc/rpc.h haven't been found
This is also used by talloc, tevent, etc. Those libs don't need or use rpc.h Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Tue Feb 27 03:23:37 CET 2018 on sn-devel-144
This commit is contained in:
parent
5f4b71d21d
commit
350826868d
@ -82,8 +82,7 @@ def configure(conf):
|
||||
conf.CHECK_HEADERS('rpc/rpc.h rpc/nettype.h', lib='tirpc', together=True)
|
||||
conf.SET_TARGET_TYPE('tirpc', 'SYSLIB')
|
||||
if not conf.CONFIG_SET('HAVE_RPC_RPC_H'):
|
||||
Logs.error('ERROR: No rpc/rpc.h header found, tirpc or libntirpc missing?')
|
||||
sys.exit(1)
|
||||
Logs.warn('No rpc/rpc.h header found, tirpc or libntirpc missing?')
|
||||
|
||||
conf.SET_TARGET_TYPE('nsl', 'EMPTY')
|
||||
conf.CHECK_HEADERS('rpc/rpc.h rpcsvc/yp_prot.h', lib='tirpc')
|
||||
|
Loading…
x
Reference in New Issue
Block a user