Ver Fonte

Build extra-opts in tinderbox so they can be tested

Thomas Guyot-Sionnest há 17 anos atrás
pai
commit
1f12b2329d
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      tools/tinderbox_build

+ 2 - 2
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 (<CONFIGURE>) {
             print $_;
             print LOG $_;