Revision 06810b29 configure

View differences:

configure
377 377
  # SunOS, and we haven't implemented it.)
378 378
  if sys.platform.startswith('sunos'):
379 379
    o['variables']['node_use_dtrace'] = b(not options.without_dtrace)
380
  elif sys.platform.startswith('linux'):
381
    o['variables']['node_use_dtrace'] = 'false'
382
    o['variables']['node_use_systemtap'] = b(not options.without_dtrace)
380 383
  elif b(options.with_dtrace) == 'true':
381
    raise Exception('DTrace is currently only supported on SunOS systems.')
384
    raise Exception(
385
       'DTrace is currently only supported on SunOS or Linux systems.')
382 386
  else:
383 387
    o['variables']['node_use_dtrace'] = 'false'
384 388

  

Also available in: Unified diff