mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Disable DTrace in FreeBSD (#3999)
The latest ruby cannot compile with FreeBSD Dtrace enabled.
This commit is contained in:
parent
1f18f5c61e
commit
78677f105d
Notes:
git
2020-12-25 12:07:10 +09:00
Merged-By: nurse <naruse@airemix.jp>
@ -3422,6 +3422,9 @@ AS_CASE(["${enable_dtrace}"],
|
||||
], [
|
||||
rb_cv_dtrace_available=no
|
||||
])
|
||||
AS_CASE(["$target_os"],[freebsd*],[
|
||||
rb_cv_dtrace_available=no
|
||||
])
|
||||
AS_IF([test "${enable_dtrace}" = yes], [dnl
|
||||
AS_IF([test -z "$DTRACE"], [dnl
|
||||
AC_MSG_ERROR([dtrace(1) is missing])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user