Ticket #19754: patch-autotools-webkit.m4.diff

File patch-autotools-webkit.m4.diff, 458 bytes (added by dbevans (David B. Evans), 15 years ago)

for files directory

  • autotools/webkit.m4

    old new  
    133133if test "$unicode_backend" = "icu"; then
    134134        if test "$os_darwin" = "yes"; then
    135135                UNICODE_CFLAGS="-I\$(srcdir)/JavaScriptCore/icu -I\$(srcdir)/WebCore/icu"
    136                 UNICODE_LIBS="-licucore"
     136                UNICODE_LIBS="-licui18n -licuuc"
    137137        elif test "$os_win32" = "yes"; then
    138138                UNICODE_CFLAGS=""
    139139                UNICODE_LIBS="-licuin -licuuc"