Code

Build extra-opts in tinderbox so they can be tested
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Mon, 19 Jan 2009 05:11:59 +0000 (00:11 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Mon, 19 Jan 2009 05:11:59 +0000 (00:11 -0500)
tools/tinderbox_build

index aad0fa446d1ca9cff570db02d0f81761a0f02a2e..04c691e271904144d9a04169282b01ed90d5040f 100755 (executable)
@@ -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 $_;