summaryrefslogtreecommitdiff
path: root/lib/texpect
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2014-10-09 10:54:51 +0200
committerGünther Deschner <gd@samba.org>2014-10-09 17:10:12 +0200
commitc1f4b6c39beff7008a2746e65a9d8703b399f6a7 (patch)
treebe5446365cedcc2bb708f4d21d6a608cd0513c67 /lib/texpect
parent678b75d9c7e3a14f292f224a19df5f66ba2d74f0 (diff)
downloadsamba-c1f4b6c39beff7008a2746e65a9d8703b399f6a7.tar.gz
build: do not install texpect binary anymore.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10862 Signed-off-by: Bjoern Baumbach <bb@sernet.de> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Thu Oct 9 17:10:12 CEST 2014 on sn-devel-104
Diffstat (limited to 'lib/texpect')
-rw-r--r--lib/texpect/wscript6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/texpect/wscript b/lib/texpect/wscript
index 51602f15ec2..4163ca10bd6 100644
--- a/lib/texpect/wscript
+++ b/lib/texpect/wscript
@@ -1,9 +1,7 @@
#!/usr/bin/env python
def configure(conf):
- conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h')
+ conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h libutil.h')
def build(bld):
- bld.SAMBA_BINARY('texpect',
- 'texpect.c',
- deps='popt util')
+ bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util', install=False)