From: Thomas Guyot-Sionnest Date: Mon, 19 Jan 2009 05:11:59 +0000 (-0500) Subject: Build extra-opts in tinderbox so they can be tested X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1f12b2329dbc1d776ae05aae48f5277e3d1885be;p=nagiosplug.git Build extra-opts in tinderbox so they can be tested --- 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 { 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 () { print $_; print LOG $_;