[PATCH] Set XQUARTZ to no on non-Darwin OS'es

Alan Coopersmith alan.coopersmith at sun.com
Fri Oct 2 20:51:58 PDT 2009


Fixes build with dtrace probes on Solaris after efacd7bfd08ffc0725de6f639c6afbf3b2f6c9fe

Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>
---
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 46421fd..ba52329 100644
--- a/configure.ac
+++ b/configure.ac
@@ -701,6 +701,7 @@ case $host_os in
 			XF86VIDMODE=no
 		fi
 		;;
+	*) XQUARTZ=no ;;
 esac
 
 dnl ---------------------------------------------------------------------------
-- 
1.5.6.5



More information about the xorg-devel mailing list