Changeset 148248 in webkit


Ignore:
Timestamp:
Apr 11, 2013 4:46:33 PM (11 years ago)
Author:
commit-queue@webkit.org
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 <tuxator@o2.pl> on 2013-04-11
Reviewed by Martin Robinson.

  • Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r148247 r148248  
     12013-04-11  Paweł Forysiuk  <tuxator@o2.pl>
     2
     3        [GTK] Webkit fails to build with MinGW compiler after changeset 146468
     4        https://bugs.webkit.org/show_bug.cgi?id=114473
     5
     6        Reviewed by Martin Robinson.
     7
     8        * Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.
     9
    1102013-04-11  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/Source/autotools/CheckSystemAndBasicDependencies.m4

    r146468 r148248  
    88case "$host_os" in
    99    mingw*)
    10         os_win32_yes
     10        os_win32=yes
    1111        ;;
    1212    freebsd*)
Note: See TracChangeset for help on using the changeset viewer.