Revision e851fef6 configure

View differences:

configure
475 475
    o['variables']['node_use_dtrace'] = 'false'
476 476
    o['variables']['node_use_systemtap'] = 'false'
477 477

  
478
  # if we're on illumos based systems wrap the helper library into the
479
  # executable
480
  if flavor == 'solaris':
481
    o['variables']['node_use_mdb'] = 'true'
482
  else:
483
    o['variables']['node_use_mdb'] = 'false'
484

  
478 485
  if options.no_ifaddrs:
479 486
    o['defines'] += ['SUNOS_NO_IFADDRS']
480 487

  

Also available in: Unified diff