5
5
[AS_HELP_STRING([--enable-dtrace],
6
6
[Build with support for the DTRACE. @<:@default=off@:>@])],
18
17
AM_CONDITIONAL([HAVE_DTRACE], [ test "$ENABLE_DTRACE" = "yes" ])
19
18
dnl ---------------------------------------------------------------------------
20
19
dnl End Macro: DTRACE_TEST