build: fix default dtrace flag on Linux
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Thu, 1 Nov 2012 05:14:46 +0000 (14:14 +0900)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 1 Nov 2012 21:20:21 +0000 (22:20 +0100)
commit148f5e65123c92f62776a769c54e6318d984225e
tree60e5ebb3b79e27d4939c354e748252a71f102ed9
parent2f03eaf76f8993a99343c4d975944e1635e6d98e
build: fix default dtrace flag on Linux

DTrace on Linux should not be enabled by default because not all systems will
have the proper headers installed. Only enable when --with-dtrace is passed to
the configure script.
configure