[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: https://svn.webkit.org/repository/webkit/trunk@76979
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-28 Martin Robinson <mrobinson@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@webkit.org>
Unreviewed. Test commit for commit-queue@webkit.org.
# 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])