diff options
author | Evan Lucas <evanlucas@me.com> | 2015-06-19 10:31:17 -0500 |
---|---|---|
committer | Evan Lucas <evanlucas@me.com> | 2015-06-23 11:27:31 -0500 |
commit | 834a365113e3624e4e4665199be60311ed156dd3 (patch) | |
tree | f2dbec1b7c478a1671a880c557c248abe5ca7be9 /configure | |
parent | 1330ee3b27c285e87f2636702f11e7e3efc05ef8 (diff) | |
download | nodejs-834a365113e3624e4e4665199be60311ed156dd3.tar.gz nodejs-834a365113e3624e4e4665199be60311ed156dd3.tar.bz2 nodejs-834a365113e3624e4e4665199be60311ed156dd3.zip |
build: DTrace is enabled by default on darwin
In configure, the --with-dtrace option only showed that it was true by
default on sunos. It is also true by default on darwin.
PR-URL: https://github.com/nodejs/io.js/pull/2019
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ parser.add_option('--with-mips-float-abi', parser.add_option('--with-dtrace', action='store_true', dest='with_dtrace', - help='build with DTrace (default is true on sunos)') + help='build with DTrace (default is true on sunos and darwin)') parser.add_option('--with-lttng', action='store_true', |