Revision 371c338e configure

b/configure
2192 2192
    echo
2193 2193
    exit 1
2194 2194
  fi
2195
  trace_backend_stap="no"
2196
  if has 'stap' ; then
2197
    trace_backend_stap="yes"
2198
  fi
2199 2195
fi
2200 2196

  
2201 2197
##########################################
......
2649 2645
if test "$trace_backend" = "simple"; then
2650 2646
  trace_file="\"$trace_file-%u\""
2651 2647
fi
2652
if test "$trace_backend" = "dtrace" -a "$trace_backend_stap" = "yes" ; then
2653
  echo "CONFIG_SYSTEMTAP_TRACE=y" >> $config_host_mak
2654
fi
2655 2648
echo "CONFIG_TRACE_FILE=$trace_file" >> $config_host_mak
2656 2649

  
2657 2650
echo "TOOLS=$tools" >> $config_host_mak

Also available in: Unified diff