Revision fe7440ce configure

View differences:

configure
468 468
  # By default, enable DTrace on SunOS systems. Don't allow it on other
469 469
  # systems, since it won't work.  (The MacOS build process is different than
470 470
  # SunOS, and we haven't implemented it.)
471
  if sys.platform.startswith('sunos'):
471
  if sys.platform.startswith('sunos') or sys.platform.startswith('darwin'):
472 472
    o['variables']['node_use_dtrace'] = b(not options.without_dtrace)
473 473
  elif sys.platform.startswith('linux'):
474 474
    o['variables']['node_use_dtrace'] = 'false'

Also available in: Unified diff