From 37fc8c9d376633e11b23e017ea1cd85d02fd5144 Mon Sep 17 00:00:00 2001 From: "philn@webkit.org" Date: Fri, 18 Feb 2011 13:06:42 +0000 Subject: [PATCH] 2011-02-18 Philippe Normand Unreviewed, build fix after r78981 * configure.ac: datagrid is datagrid, it is not database. Also meter is not progress. Fixed copy/paste mistakes. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@78996 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 7 +++++++ configure.ac | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ebfa6a..997779f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2011-02-18 Philippe Normand + Unreviewed, build fix after r78981 + + * configure.ac: datagrid is datagrid, it is not database. Also + meter is not progress. Fixed copy/paste mistakes. + +2011-02-18 Philippe Normand + Reviewed by Martin Robinson. [GTK] minimal build unrecognized options diff --git a/configure.ac b/configure.ac index e472001..f6163ea 100644 --- a/configure.ac +++ b/configure.ac @@ -384,8 +384,8 @@ AC_MSG_CHECKING([whether to enable HTML5 meter tag]) AC_ARG_ENABLE(meter_tag, AC_HELP_STRING([--enable-meter-tag], [enable HTML5 meter [default=no]]), - [],[enable_progress_tag="no"]) -AC_MSG_RESULT([$enable_progress_tag]) + [],[enable_meter_tag="no"]) +AC_MSG_RESULT([$enable_meter_tag]) # check whether to enable the progress tag AC_MSG_CHECKING([whether to enable HTML5 progress tag]) @@ -408,8 +408,8 @@ AC_MSG_CHECKING([whether to enable HTML5 datagrid support]) AC_ARG_ENABLE(datagrid, AC_HELP_STRING([--enable-datagrid], [enable HTML5 datagrid support [default=no]]), - [],[enable_database="no"]) -AC_MSG_RESULT([$enable_database]) + [],[enable_datagrid="no"]) +AC_MSG_RESULT([$enable_datagrid]) # check whether to enable HTML5 Offline Web Applications support AC_MSG_CHECKING([whether to enable HTML5 offline web applications support]) -- 1.8.3.1