summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEvan Lucas <evanlucas@me.com>2015-06-19 10:31:17 -0500
committerEvan Lucas <evanlucas@me.com>2015-06-23 11:27:31 -0500
commit834a365113e3624e4e4665199be60311ed156dd3 (patch)
treef2dbec1b7c478a1671a880c557c248abe5ca7be9 /configure
parent1330ee3b27c285e87f2636702f11e7e3efc05ef8 (diff)
downloadandroid-node-v8-834a365113e3624e4e4665199be60311ed156dd3.tar.gz
android-node-v8-834a365113e3624e4e4665199be60311ed156dd3.tar.bz2
android-node-v8-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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3f7992e0e4..f101ef829c 100755
--- a/configure
+++ b/configure
@@ -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',