diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-19 05:11:59 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-19 05:11:59 (GMT) |
commit | 1f12b2329dbc1d776ae05aae48f5277e3d1885be (patch) | |
tree | a3a2e115427fbe9cd86e447becd6c1b4611392c6 /tools | |
parent | 82674792c7ef5503812524615b6e83603cd25d60 (diff) | |
download | monitoring-plugins-1f12b2329dbc1d776ae05aae48f5277e3d1885be.tar.gz |
Build extra-opts in tinderbox so they can be tested
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tinderbox_build | 4 |
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 | ||
247 | sub configure { | 247 | sub 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 $_; |