mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.in: use $DTRACE
* configure.in (RUBY_DTRACE_POSTPROCESS): use configured $DTRACE instead of dtrace directly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef9ea0482d
commit
2f346cb1d5
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ AC_DEFUN([RUBY_DTRACE_POSTPROCESS],
|
|||
probe fire();
|
||||
};
|
||||
_PROBES
|
||||
dtrace -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null &&
|
||||
$DTRACE -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null &&
|
||||
cat >conftest.c <<_CONF &&
|
||||
@%:@include "conftest_provider.h"
|
||||
int main(void){ CONFTEST_FIRE(); return 0; }
|
||||
|
|
Loading…
Add table
Reference in a new issue