Title: [91063] trunk
Revision
91063
Author
carlo...@webkit.org
Date
2011-07-15 04:09:38 -0700 (Fri, 15 Jul 2011)

Log Message

[GTK] Build plugin process by default when building WebKit2
https://bugs.webkit.org/show_bug.cgi?id=64592

Reviewed by Philippe Normand.

* configure.ac:

Modified Paths

Diff

Modified: trunk/ChangeLog (91062 => 91063)


--- trunk/ChangeLog	2011-07-15 10:40:36 UTC (rev 91062)
+++ trunk/ChangeLog	2011-07-15 11:09:38 UTC (rev 91063)
@@ -1,3 +1,12 @@
+2011-07-15  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Build plugin process by default when building WebKit2
+        https://bugs.webkit.org/show_bug.cgi?id=64592
+
+        Reviewed by Philippe Normand.
+
+        * configure.ac:
+
 2011-07-14  Carlos Garcia Campos  <cgar...@igalia.com>
 
         Reviewed by Martin Robinson.

Modified: trunk/configure.ac (91062 => 91063)


--- trunk/configure.ac	2011-07-15 10:40:36 UTC (rev 91062)
+++ trunk/configure.ac	2011-07-15 11:09:38 UTC (rev 91063)
@@ -1110,7 +1110,7 @@
 AC_ARG_ENABLE(plugin_process,
             AC_HELP_STRING([--enable-plugin-process],
                            [build plugin process for WebKit2 [default=yes]]),
-                           [], [enable_plugin_process="no"])
+                           [], [enable_plugin_process="yes"])
 # Build the plugin process only when building webkit2.
 if test "$enable_webkit2" = "no"; then
     enable_plugin_process=no
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to