summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-02 20:44:19 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-07 17:23:06 -0700
commit8e3299eee8c2d909f34ec070f6f606a278c46330 (patch)
tree1119b2fa5286286c75237a11ccf038f65e28c3f6 /configure.ac
parentf496e0042b1174d8831f061cd156ac7bbbb76a7c (diff)
Set XQUARTZ to no on non-Darwin OS'es
Fixes build with dtrace probes on Solaris after efacd7bfd08ffc0725de6f639c6afbf3b2f6c9fe Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c3dc10d5e..a0bcd7d3b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -701,6 +701,7 @@ case $host_os in
XF86VIDMODE=no
fi
;;
+ *) XQUARTZ=no ;;
esac
dnl ---------------------------------------------------------------------------