[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198
alex at webkit.org
alex at webkit.org
Sun Feb 20 23:26:55 UTC 2011
The following commit has been merged in the webkit-1.3 branch:
commit 24aecf5f2c781a21dc669c522735aea426a123f1
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Jan 20 16:53:05 2011 +0000
2011-01-20 Alejandro G. Castro <alex at igalia.com>
Reviewed by Andreas Kling.
[GTK] Fix typo in the webkit2 section of the configure.ac file
https://bugs.webkit.org/show_bug.cgi?id=52801
Fixed typo in the GTK WebKit2 compilation.
* configure.ac:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76250 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index d533e01..637d5aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-20 Alejandro G. Castro <alex at igalia.com>
+
+ Reviewed by Andreas Kling.
+
+ [GTK] Fix typo in the webkit2 section of the configure.ac file
+ https://bugs.webkit.org/show_bug.cgi?id=52801
+
+ Fixed typo in the GTK WebKit2 compilation.
+
+ * configure.ac:
+
2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen at nokia.com>
Reviewed by Andreas Kling.
diff --git a/configure.ac b/configure.ac
index 8fce4c3..47a0451 100644
--- a/configure.ac
+++ b/configure.ac
@@ -926,7 +926,7 @@ if test "$enable_webkit2" = "yes"; then
# In WebKit, this define is ensured by doing it before including config.h in any source file.
# In WebKit2, WebKit2Prefix.h is included as first header file, so we need to define this
# macro before actually WebKit2Prefix.h is included in any file.
- AC_DEFINE([__STDC_FORMAT_MACROS],[1],[Turn on the __STDC_FORMAT_MACROS used in inttypes.h]),
+ AC_DEFINE([__STDC_FORMAT_MACROS],[1],[Turn on the __STDC_FORMAT_MACROS used in inttypes.h])
WEBKITGTK_PC_NAME=${WEBKITGTK_PC_NAME}2
AC_SUBST([WEBKITGTK_PC_NAME])
fi
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list