[Webkit-unassigned] [Bug 20338] [Gtk] Autotools should check for libxslt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 9 19:52:33 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at nuanti.com
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #4 from alp at nuanti.com  2008-08-09 19:52 PDT -------
Hi,

The patch was missing a $ and broke the build:

+                  libxslt >= LIBXSLT_REQUIRED_VERSION

Moreover, we do check for libxslt, but only if XSL support is enabled in
configure:

# check if libxslt is available
if test "$enable_xslt" = "yes"; then
   PKG_CHECK_MODULES([LIBXSLT],[libxslt >= $LIBXSLT_REQUIRED_VERSION])
   AC_SUBST([LIBXSLT_CFLAGS])
   AC_SUBST([LIBXSLT_LIBS])
fi

Jan, was the existing XSLT check broken for you?


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



More information about the webkit-unassigned mailing list