Title: [139766] trunk/Tools
Revision
139766
Author
zandober...@gmail.com
Date
2013-01-15 11:42:41 -0800 (Tue, 15 Jan 2013)

Log Message

[GTK] Stop passing the unstable features flag to configure script when using build-webkit
https://bugs.webkit.org/show_bug.cgi?id=106579

Patch by Zan Dobersek <zandober...@gmail.com> on 2013-01-15
Reviewed by Gustavo Noronha Silva.

The --enable-unstable-features flag is not required to be passed anymore
to the configure script as it was removed in r138252.

* Scripts/webkitdirs.pm:
(buildAutotoolsProject):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (139765 => 139766)


--- trunk/Tools/ChangeLog	2013-01-15 19:41:02 UTC (rev 139765)
+++ trunk/Tools/ChangeLog	2013-01-15 19:42:41 UTC (rev 139766)
@@ -1,3 +1,16 @@
+2013-01-15  Zan Dobersek  <zandober...@gmail.com>
+
+        [GTK] Stop passing the unstable features flag to configure script when using build-webkit
+        https://bugs.webkit.org/show_bug.cgi?id=106579
+
+        Reviewed by Gustavo Noronha Silva.
+
+        The --enable-unstable-features flag is not required to be passed anymore
+        to the configure script as it was removed in r138252.
+
+        * Scripts/webkitdirs.pm:
+        (buildAutotoolsProject):
+
 2013-01-15  Tony Chang  <t...@chromium.org>
 
         [chromium] Unreviewed, fix a bug where we don't properly shutdown lighttpd.

Modified: trunk/Tools/Scripts/webkitdirs.pm (139765 => 139766)


--- trunk/Tools/Scripts/webkitdirs.pm	2013-01-15 19:41:02 UTC (rev 139765)
+++ trunk/Tools/Scripts/webkitdirs.pm	2013-01-15 19:42:41 UTC (rev 139766)
@@ -2079,9 +2079,6 @@
         push @buildArgs, "--disable-debug";
     }
 
-    # Enable unstable features when building through build-webkit.
-    push @buildArgs, "--enable-unstable-features";
-
     if (checkForArgumentAndRemoveFromArrayRef("--update-gtk", \@buildArgs)) {
         # Force autogen to run, to catch the possibly updated libraries.
         system("rm -f previous-autogen-arguments.txt");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to