[Webkit-unassigned] [Bug 37762] New: Sandbox option does not work (typo)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 17 20:54:30 PDT 2010


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

           Summary: Sandbox option does not work (typo)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mforney at mforney.org


Created an attachment (id=53623)
 --> (https://bugs.webkit.org/attachment.cgi?id=53623)
Fixes the sandbox option

When you try to build WebKit with --{enable,disable}-sandbox, configure
complains because it is not a valid option. This is because it is declared with
AC_ARG_ENABLE(ruby ...) in configure.ac, a cut and paste error from the ruby
option.

Configure output:
configure: WARNING: unrecognized options: --disable-sandbox

The attached patch fixes this issue.

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