From 6c476db6dcc7aa70a687d09c10e6ad515c290c23 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 26 Jun 2008 22:00:08 +0000 Subject: Adding libtap into distribution to help run C based tests git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2013 f882894a-f735-0410-b71e-b25c423dba1c --- tools/tinderbox_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/tinderbox_build') diff --git a/tools/tinderbox_build b/tools/tinderbox_build index 70fb07a3..e8a3e2e0 100755 --- a/tools/tinderbox_build +++ b/tools/tinderbox_build @@ -242,8 +242,8 @@ sub SetupPath { sub configure { # Configure - print LOG "./configure $ConfigureArgs\n"; - open (CONFIGURE, "./configure $ConfigureArgs 2>&1 |") || die "../configure: $!\n"; + print LOG "./configure --enable-libtap $ConfigureArgs\n"; + open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n"; while () { print $_; print LOG $_; -- cgit v1.2.3-74-g34f1