Skip to content

Commit

Permalink
Invoke the dtrace binary we searched for instead of searching the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Trond Norbye authored and dustin committed Jan 3, 2009
1 parent 2a637c6 commit 40c8848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if test "x$enable_dtrace" == "xyes"; then
DTRACE_HEADER=memcached_dtrace.h

# DTrace on MacOSX does not use -G option
dtrace -G -o conftest.$$ -s memcached_dtrace.d 2>/dev/zero
$DTRACE -G -o conftest.$$ -s memcached_dtrace.d 2>/dev/zero
if test $? -eq 0
then
DTRACE_OBJ=memcached_dtrace.o
Expand Down

0 comments on commit 40c8848

Please sign in to comment.