summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-19 05:11:59 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2009-01-19 05:11:59 (GMT)
commit1f12b2329dbc1d776ae05aae48f5277e3d1885be (patch)
treea3a2e115427fbe9cd86e447becd6c1b4611392c6 /tools
parent82674792c7ef5503812524615b6e83603cd25d60 (diff)
downloadmonitoring-plugins-1f12b2329dbc1d776ae05aae48f5277e3d1885be.tar.gz
Build extra-opts in tinderbox so they can be tested
Diffstat (limited to 'tools')
-rwxr-xr-xtools/tinderbox_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tinderbox_build b/tools/tinderbox_build
index aad0fa4..04c691e 100755
--- a/tools/tinderbox_build
+++ b/tools/tinderbox_build
@@ -246,8 +246,8 @@ sub SetupPath {
246 246
247sub configure { 247sub configure {
248 # Configure 248 # Configure
249 print LOG "./configure --enable-libtap $ConfigureArgs\n"; 249 print LOG "./configure --enable-extra-opts --enable-libtap $ConfigureArgs\n";
250 open (CONFIGURE, "./configure --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n"; 250 open (CONFIGURE, "./configure --enable-extra-opts --enable-libtap $ConfigureArgs 2>&1 |") || die "../configure: $!\n";
251 while (<CONFIGURE>) { 251 while (<CONFIGURE>) {
252 print $_; 252 print $_;
253 print LOG $_; 253 print LOG $_;