aboutsummaryrefslogtreecommitdiff
path: root/tools/tinderbox_build
diff options
context:
space:
mode:
authorGravatar Ton Voon <tonvoon@users.sourceforge.net> 2008-07-08 10:09:11 +0000
committerGravatar Ton Voon <tonvoon@users.sourceforge.net> 2008-07-08 10:09:11 +0000
commita25083faf9c4149d82b9725b61bbc72dc956621c (patch)
treee0360ff83b76ca9c31bb5740746e5aa1715b9e40 /tools/tinderbox_build
parentb93562e6e235eabbe620dc969702bb381d3a0a07 (diff)
downloadmonitoring-plugins-a25083faf9c4149d82b9725b61bbc72dc956621c.tar.gz
Removed libtap configuration for the moment, as tinderbox builds
are breaking git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'tools/tinderbox_build')
-rwxr-xr-xtools/tinderbox_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index e8a3e2e0..70fb07a3 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -242,8 +242,8 @@ sub SetupPath {
sub configure {
# Configure
- print LOG "./configure --enable-libtap $ConfigureArgs\n";
- open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
+ print LOG "./configure $ConfigureArgs\n";
+ open (CONFIGURE, "./configure $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
while (<CONFIGURE>) {
print $_;
print LOG $_;