summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTrond Norbye <Trond.Norbye@sun.com>2008-10-08 12:28:02 +0200
committerDustin Sallings <dustin@spy.net>2009-01-03 00:09:12 -0800
commit40c8848b08b1658adb5197ac84b7406ce73242d3 (patch)
treeeb3960dd8e89294cc6b8ea3f5be05b70477f2263 /configure.ac
parent2a637c62a756df5443e3de8ab75c463906d3e323 (diff)
downloadmemcached-40c8848b08b1658adb5197ac84b7406ce73242d3.tar.gz
Invoke the dtrace binary we searched for instead of searching the path
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acd7e53..062fc9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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