http://bugs.winehq.org/show_bug.cgi?id=13035
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from François Gouget fgouget@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@codeweavers.com Date: Mon Nov 17 19:29:32 2008 +0100
msxml3: Dynamically load libxslt.so and only call xsltInit() if present.