http://bugs.winehq.org/show_bug.cgi?id=13035 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from François Gouget <fgouget(a)codeweavers.com> 2008-11-18 11:29:44 --- This is fixed. We now load libxslt at run time and use wine_dlsym() to call its API. This means we no longer need to check for the presence of xsltInit() at compile time at all. commit 3d384f172cb5fcabf441bd1c64cb4760df013781 Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Nov 17 19:29:32 2008 +0100 msxml3: Dynamically load libxslt.so and only call xsltInit() if present. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.