Use DTrace whenever it's available
authorIan Lynagh <igloo@earth.li>
Thu, 10 Feb 2011 15:33:00 +0000 (15:33 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 10 Feb 2011 15:33:00 +0000 (15:33 +0000)
Now that we've stopped trying to support 64bit OS X 10.5, the DTrace
problems there don't matter.

mk/config.mk.in

index d0e683f..982f501 100644 (file)
@@ -624,9 +624,7 @@ TR                  = tr
 SHELL                  = /bin/sh
 
 HaveDtrace             = @HaveDtrace@
-# There are problems with dtrace on 64bit 10.5. For now at least, we
-# just turn dtrace off unless you override USE_DTRACE
-USE_DTRACE = NO
+USE_DTRACE = $(HaveDtrace)
 DTRACE                 = @DtraceCmd@
 
 LD = @LdCmd@