[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mrobinson at webkit.org mrobinson at webkit.org
Mon Feb 21 00:12:38 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit d67b42d5e0a6536b809ac8dd33eab6527c9d962c
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 28 21:29:07 2011 +0000

    2011-01-28  Martin Robinson  <mrobinson at igalia.com>
    
            [GTK] Build failure with --enable-indexed-database
            https://bugs.webkit.org/show_bug.cgi?id=50954
    
            Build fix for IndexedDB support.
    
            * configure.ac: Change the autogen.sh option --enable-indexeddb to
            --enable-indexed-database to match the build-webkit option.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76979 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 9fb305c..8c97238 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-28  Martin Robinson  <mrobinson at igalia.com>
+
+        [GTK] Build failure with --enable-indexed-database
+        https://bugs.webkit.org/show_bug.cgi?id=50954
+
+        Build fix for IndexedDB support.
+
+        * configure.ac: Change the autogen.sh option --enable-indexeddb to
+        --enable-indexed-database to match the build-webkit option.
+
 2010-01-28  Commit Queue  <commit-queue at webkit.org>
 
         Unreviewed.  Test commit for commit-queue at webkit.org.
diff --git a/configure.ac b/configure.ac
index 5f332a1..15c0850 100644
--- a/configure.ac
+++ b/configure.ac
@@ -408,7 +408,7 @@ AC_MSG_RESULT([$enable_dom_storage])
 # check whether to enable the indexed database API
 AC_MSG_CHECKING([whether to enable the indexed database API])
 AC_ARG_ENABLE(indexed_database,
-              AC_HELP_STRING([--enable-indexeddb],
+              AC_HELP_STRING([--enable-indexed-database],
                              [enable the indexed database API [default=no]]),
               [],[enable_indexed_database="no"])
 AC_MSG_RESULT([$enable_indexed_database])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list