[Webkit-unassigned] [Bug 112368] WebKit doesn't build with --disable-xslt: libxslt/transform.h: No such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 16:42:36 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=112368





--- Comment #4 from Tobias Mueller <tobiasmue at gnome.org>  2013-03-14 16:45:01 PST ---
(In reply to comment #3)
> I actually just realized that this does not take care of the automake flag in SetupAutomake.m4.

Like which?

$ grep -ir xslt Source/autotools/
Source/autotools/Versions.m4:m4_define([libxslt_required_version], [1.1.7])
Source/autotools/FindDependencies.m4:PKG_CHECK_MODULES([LIBXSLT],[libxslt >= libxslt_required_version])
Source/autotools/FindDependencies.m4:AC_SUBST([LIBXSLT_CFLAGS])
Source/autotools/FindDependencies.m4:AC_SUBST([LIBXSLT_LIBS])
$

The only relevant reference I can see is in Source/WTF/wtf/FeatureDefines.h but I suppose that was forgotten with the cleanup by bug 111830 , but it seems to be gracefully handled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list