Revision c276b17d configure

b/configure
2203 2203
    echo
2204 2204
    exit 1
2205 2205
  fi
2206
  trace_backend_stap="no"
2207
  if has 'stap' ; then
2208
    trace_backend_stap="yes"
2209
  fi
2206 2210
fi
2207 2211

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

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

Also available in: Unified diff