RESOLVED FIXED 17644
Build GTK on Mac OS X using native ICU library
https://bugs.webkit.org/show_bug.cgi?id=17644
Summary Build GTK on Mac OS X using native ICU library
Brent Fulgham
Reported 2008-03-02 22:46:08 PST
The attached patch modifies the autoconf rules so that when building on Mac OS X the build uses the native ICU libraries, rather than requiring anything external be installed.
Attachments
configure.ac change for ICU support (1.37 KB, patch)
2008-03-02 22:47 PST, Brent Fulgham
alp: review+
Brent Fulgham
Comment 1 2008-03-02 22:47:29 PST
Created attachment 19489 [details] configure.ac change for ICU support Change to configure.ac to use the native Apple ICU library, rather than requiring the installation of any additional libraries.
Alp Toker
Comment 2 2008-03-03 14:08:14 PST
Comment on attachment 19489 [details] configure.ac change for ICU support r=me Should be $(srcdir) instead of $(top_builddir) though.
Alp Toker
Comment 3 2008-03-03 14:08:45 PST
Landed in r30721.
Note You need to log in before you can comment on or make changes to this bug.