aboutsummaryrefslogtreecommitdiff
path: root/tools/tinderbox_build
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-01-19 00:11:59 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-01-19 00:11:59 -0500
commit1f12b2329dbc1d776ae05aae48f5277e3d1885be (patch)
treea3a2e115427fbe9cd86e447becd6c1b4611392c6 /tools/tinderbox_build
parent82674792c7ef5503812524615b6e83603cd25d60 (diff)
downloadmonitoring-plugins-1f12b2329dbc1d776ae05aae48f5277e3d1885be.tar.gz
Build extra-opts in tinderbox so they can be tested
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 aad0fa44..04c691e2 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -246,8 +246,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 --enable-extra-opts --enable-libtap $ConfigureArgs\n";
+ open (CONFIGURE, "./configure --enable-extra-opts --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
while (<CONFIGURE>) {
print $_;
print LOG $_;