Title: [148248] trunk
Revision
148248
Author
[email protected]
Date
2013-04-11 16:46:33 -0700 (Thu, 11 Apr 2013)

Log Message

[GTK] Webkit fails to build with MinGW compiler after changeset 146468
https://bugs.webkit.org/show_bug.cgi?id=114473

Patch by PaweÅ‚ Forysiuk <[email protected]> on 2013-04-11
Reviewed by Martin Robinson.

* Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.

Modified Paths

Diff

Modified: trunk/ChangeLog (148247 => 148248)


--- trunk/ChangeLog	2013-04-11 23:39:44 UTC (rev 148247)
+++ trunk/ChangeLog	2013-04-11 23:46:33 UTC (rev 148248)
@@ -1,3 +1,12 @@
+2013-04-11  PaweÅ‚ Forysiuk  <[email protected]>
+
+        [GTK] Webkit fails to build with MinGW compiler after changeset 146468
+        https://bugs.webkit.org/show_bug.cgi?id=114473
+
+        Reviewed by Martin Robinson.
+
+        * Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.
+
 2013-04-11  Martin Robinson  <[email protected]>
 
         [GTK] Add accelerated 2D canvas support using cairo-gl

Modified: trunk/Source/autotools/CheckSystemAndBasicDependencies.m4 (148247 => 148248)


--- trunk/Source/autotools/CheckSystemAndBasicDependencies.m4	2013-04-11 23:39:44 UTC (rev 148247)
+++ trunk/Source/autotools/CheckSystemAndBasicDependencies.m4	2013-04-11 23:46:33 UTC (rev 148248)
@@ -7,7 +7,7 @@
 
 case "$host_os" in
     mingw*)
-        os_win32_yes
+        os_win32=yes
         ;;
     freebsd*)
         os_freebsd=yes
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to