[Webkit-unassigned] [Bug 112311] New: autotools build: Automagic dependencies for libxslt and geoclue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 19:30:31 PDT 2013


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

           Summary: autotools build: Automagic dependencies for libxslt
                    and geoclue
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tobiasmue at gnome.org
                CC: zandobersek at gmail.com, mrobinson at webkit.org



Tobias Mueller <tobiasmue at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193038|                            |review?
               Flag|                            |


Created an attachment (id=193038)
 --> (https://bugs.webkit.org/attachment.cgi?id=193038&action=review)
Patch to automagically detect some dependencies

Currently, running ./configure without arguments enables many things by default, regardless whether the environment actually supports the things or not. I.e. libxslt or geoclue. So it would simple fail to configure on a machine which does not have libxslt and one would have to manually configure --disable-xslt.

With the patch attached, dependencies are automagically detected. User's choice has precedence. So if a user did ./configure --enable-xslt the configure will fail if libxslt is not present. However, if the user does calls ./configure with neither --enable-xslt nor --disable-xslt, the presence of libxslt is detected and if it exists, enabled.

-- 
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