aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 0be5ad35dd..8560bee456 100644
--- a/configure.in
+++ b/configure.in
@@ -396,11 +396,11 @@ AS_CASE(["$target_os"],
[freebsd*], [DTRACE=]
)
if test -n "$DTRACE"; then
- DTRACE_AVAILABLE=yes
+ DTRACE_EXT=d
else
- DTRACE_AVAILABLE=no
+ DTRACE_EXT=dmyh
fi
-AC_SUBST(DTRACE_AVAILABLE)
+AC_SUBST(DTRACE_EXT)
RUBY_PROG_GNU_LD
RUBY_CPPOUTFILE