[GTK] Enable WebKit2 by default in configure
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 06:00:09 +0000 (06:00 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 06:00:09 +0000 (06:00 +0000)
https://bugs.webkit.org/show_bug.cgi?id=83753

Reviewed by Martin Robinson.

* configure.ac:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114084 268f45cc-cd09-0410-ab3c-d52691b4dbfc

ChangeLog
configure.ac

index 6955291..defc1c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-04-12  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [GTK] Enable WebKit2 by default in configure
+        https://bugs.webkit.org/show_bug.cgi?id=83753
+
+        Reviewed by Martin Robinson.
+
+        * configure.ac:
+
 2012-04-12  Bear Travis  <betravis@adobe.com>
 
         [CSS Exclusions] Add flag to enable / disable exclusions at runtime
index 7b365f0..98828af 100644 (file)
@@ -1253,8 +1253,8 @@ fi
 # WebKit2
 AC_MSG_CHECKING([whether to build Webkit2])
 AC_ARG_ENABLE(webkit2,
-    AC_HELP_STRING([--enable-webkit2], [build webkit2 [default=no]]),
-    [], [enable_webkit2="no"])
+    AC_HELP_STRING([--enable-webkit2], [build webkit2 [default=yes]]),
+    [], [enable_webkit2="yes"])
 AC_MSG_RESULT([$enable_webkit2])
 if test "$enable_webkit2" = "yes"; then
    if test "$GTK_API_VERSION" = "2.0"; then