1--- configure.ac.orig 2023-03-08 21:34:27 UTC 2+++ configure.ac 3@@ -201,7 +201,7 @@ if test "x$enable_dtrace" = "xyes"; then 4 if test "x$DTRACE" != "xno"; then 5 AC_DEFINE([ENABLE_DTRACE],1,[Set to nonzero if you want to include DTRACE]) 6 build_dtrace=yes 7- $DTRACE -h -o conftest.h -s memcached_dtrace.d 2>/dev/zero 8+ /usr/bin/true 9 if test $? -eq 0 10 then 11 dtrace_instrument_obj=yes 12