Bug 17644 - Build GTK on Mac OS X using native ICU library
Summary: Build GTK on Mac OS X using native ICU library
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-02 22:46 PST by Brent Fulgham
Modified: 2008-03-03 14:08 PST (History)
1 user (show)

See Also:


Attachments
configure.ac change for ICU support (1.37 KB, patch)
2008-03-02 22:47 PST, Brent Fulgham
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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.
Comment 1 Brent Fulgham 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.
Comment 2 Alp Toker 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.
Comment 3 Alp Toker 2008-03-03 14:08:45 PST
Landed in r30721.