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>
pull/2019/head
Evan Lucas 2015-06-19 10:31:17 -05:00
parent 1330ee3b27
commit 834a365113
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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',