Skip to content

Commit 834a365

Browse files
committed
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: #2019 Reviewed-By: Johan Bergström <[email protected]>
1 parent 1330ee3 commit 834a365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ parser.add_option('--with-mips-float-abi',
230230
parser.add_option('--with-dtrace',
231231
action='store_true',
232232
dest='with_dtrace',
233-
help='build with DTrace (default is true on sunos)')
233+
help='build with DTrace (default is true on sunos and darwin)')
234234

235235
parser.add_option('--with-lttng',
236236
action='store_true',

0 commit comments

Comments
 (0)