[Webkit-unassigned] [Bug 115180] [GTK] Compile only WebKit2 by default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 08:53:48 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115180





--- Comment #2 from Manuel Rego Casasnovas <rego at igalia.com>  2013-04-25 08:52:08 PST ---
diff --git a/Source/autotools/ReadCommandLineArguments.m4 b/Source/autotools/ReadCommandLineArguments.m4
index ce40895956f975ff5c71f682d47a397d3540f8e2..90384558f5cdd278e34ce62eadcc5eeeed390585 100644
--- a/Source/autotools/ReadCommandLineArguments.m4
+++ b/Source/autotools/ReadCommandLineArguments.m4
@@ -1,19 +1,10 @@
 AC_MSG_CHECKING([whether to build WebKit1])
 AC_ARG_ENABLE(webkit1, 
-    AC_HELP_STRING([--enable-webkit1], [build WebKit1 [default=yes]]), 
+    AC_HELP_STRING([--enable-webkit1], [build WebKit1 [default=no]]), 
     [],
     [enable_webkit1="yes"])

I guess you should change [enable_webkit1="yes"] by [enable_webkit1="no"] here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list