summaryrefslogtreecommitdiff
path: root/lib/texpect
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2014-10-09 10:54:51 +0200
committerKarolin Seeger <kseeger@samba.org>2014-10-14 23:27:47 +0200
commit9164e5f2e646c384c8b491a2c3819e77eb49d19a (patch)
treee89536fcdc29679cd9934ffe36522604837c5247 /lib/texpect
parent2cd5450a4ee8b46cac18db17a0ac53d8178d0d34 (diff)
downloadsamba-9164e5f2e646c384c8b491a2c3819e77eb49d19a.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 (cherry picked from commit c1f4b6c39beff7008a2746e65a9d8703b399f6a7) Autobuild-User(v4-2-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-2-test): Tue Oct 14 23:27:47 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)