From 170fc77d9e73151f5c1c1f0f04598b3497db4284 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Wed, 19 Sep 2007 09:54:09 +0200 Subject: [PATCH] xserver: don't force DTRACE detection by default this fixes a breakage caused by 7a4ec34e256bf36b041c011a083916ad75a1d8bc. When running a non DTRACE aware system that is not darwin*, DTRACE was getting required. Now it is not anymore. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f08d71f0..de3043020 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,6 @@ dnl Darwin 9 has dtrace, but it doesn't support compilation into ELF... if test "x$WDTRACE" = xauto; then case $host_os in darwin*) WDTRACE="no" ;; - *) WDTRACE="yes" ;; esac fi if test "x$WDTRACE" = "xyes" -o "x$WDTRACE" = "xauto" ; then