Build extra-opts in tinderbox so they can be tested

This commit is contained in:
Thomas Guyot-Sionnest 2009-01-19 00:11:59 -05:00
parent 82674792c7
commit 1f12b2329d

View file

@ -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 $_;