[webkit-dev] HAVE_LANGINFO_H and OS X
Kevin Ollivier
kevino at theolliviers.com
Mon Mar 23 12:49:24 PDT 2009
Hi all,
Gustavo Noronha recently wrote me and pointed out that he did some
work on the GTK port to fix a JSCore test (http://trac.webkit.org/changeset/41909
), and said he thought that the fix might also apply to the JSCore
regression we see on the wx port. It does in fact fix the problem, but
to get the fix I need to explicitly #define HAVE_LANGINFO_H 1 on Mac.
I'm wondering if it's safe to define it to 1 for all ports building
under Darwin, or if I should keep the fix isolated to the wx port?
Thanks,
Kevin
More information about the webkit-dev
mailing list