From 1f12b2329dbc1d776ae05aae48f5277e3d1885be Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Mon, 19 Jan 2009 00:11:59 -0500 Subject: 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 $_; -- cgit v0.10-9-g596f