backupkey: Handle more clearly the case where we find the secret, but it has no value
[Samba.git] / lib / texpect / wscript
blob3dd4740a13ffe8bec717091c95d56a6b0381539c
1 #!/usr/bin/env python
3 def configure(conf):
4 conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
6 def build(bld):
7 bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util ccan', install=False)