xserver: Branch 'master'

Dodji Seketeli dodji at kemper.freedesktop.org
Wed Sep 19 00:54:51 PDT 2007


 configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
diff-tree 170fc77d9e73151f5c1c1f0f04598b3497db4284 (from 9b4f5157179a0d20756c16ea1f5130b171f72bb1)
Author: Dodji Seketeli <dodji at openedhand.com>
Date:   Wed Sep 19 09:54:09 2007 +0200

    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.

diff --git a/configure.ac b/configure.ac
index 4f08d71..de30430 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,6 @@ dnl Darwin 9 has dtrace, but it doesn't 
 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


More information about the xorg-commit mailing list