Changeset 57801 in webkit


Ignore:
Timestamp:
Apr 18, 2010 9:08:31 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-18 Michael Forney <michael@mforney.org>

Reviewed by Laszlo Gombos.

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

Fixes the sandbox option in configure.

  • configure.ac: Fix cut and paste error in the sandbox option causing --{enable,disable}-sandbox to be ineffective, and it to be controlled by the ruby flag.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r57331 r57801  
     12010-04-18  Michael Forney  <michael@mforney.org>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=37762
     6
     7        Fixes the sandbox option in configure.
     8
     9        * configure.ac: Fix cut and paste error in the sandbox option causing
     10        --{enable,disable}-sandbox to be ineffective, and it to be controlled
     11        by the ruby flag.
     12
    1132010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
    214
  • trunk/configure.ac

    r56968 r57801  
    390390# check whether to enable HTML5 sandbox iframe support
    391391AC_MSG_CHECKING([whether to enable HTML5 sandboxed iframe support])
    392 AC_ARG_ENABLE(ruby,
     392AC_ARG_ENABLE(sandbox,
    393393              AC_HELP_STRING([--enable-sandbox],
    394394                             [enable HTML5 sandboxed iframe support [default=yes]]),
Note: See TracChangeset for help on using the changeset viewer.