summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d2ba707a7b..375d204e4b 100644
--- a/configure.in
+++ b/configure.in
@@ -374,6 +374,9 @@ if test x"${build}" != x"${host}"; then
fi
AC_CHECK_TOOL(DTRACE, dtrace)
+AS_CASE(["$target_os"],
+[freebsd*], [DTRACE=]
+)
AC_PROG_CC
AC_PROG_CXX