Title: [106485] releases/WebKitGTK/webkit-1.6
- Revision
- 106485
- Author
- [email protected]
- Date
- 2012-02-01 12:39:56 -0800 (Wed, 01 Feb 2012)
Log Message
Manually pull in the gthread library, as it seems that
with gold it doesn't happen automatically.
Reviewed by Xan Lopez.
* Source/autotools/webkit.m4:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.6/ChangeLog (106484 => 106485)
--- releases/WebKitGTK/webkit-1.6/ChangeLog 2012-02-01 20:10:17 UTC (rev 106484)
+++ releases/WebKitGTK/webkit-1.6/ChangeLog 2012-02-01 20:39:56 UTC (rev 106485)
@@ -1,5 +1,14 @@
2012-02-01 Martin Robinson <[email protected]>
+ Manually pull in the gthread library, as it seems that
+ with gold it doesn't happen automatically.
+
+ Reviewed by Xan Lopez.
+
+ * Source/autotools/webkit.m4:
+
+2012-02-01 Martin Robinson <[email protected]>
+
Restore Source/WebKit/gtk/webkit/webkitversion.h to the list of files
processed by autoconfig.
Modified: releases/WebKitGTK/webkit-1.6/Source/autotools/webkit.m4 (106484 => 106485)
--- releases/WebKitGTK/webkit-1.6/Source/autotools/webkit.m4 2012-02-01 20:10:17 UTC (rev 106484)
+++ releases/WebKitGTK/webkit-1.6/Source/autotools/webkit.m4 2012-02-01 20:39:56 UTC (rev 106485)
@@ -109,7 +109,7 @@
dnl check for glib
# Version requirements
GLIB_REQUIRED_VERSION=2.27.90
-AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION)
+AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :, :, gmodule gobject gthread gio)
if test -z "$GLIB_GENMARSHAL" || test -z "$GLIB_MKENUMS"; then
AC_MSG_ERROR([You need the GLib dev tools in your path])
fi
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes