diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-02 20:44:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-05 16:56:45 -0700 |
commit | 1a2dde3335864abfbbc133dbc709f564272dd540 (patch) | |
tree | 3242ad60b0a9aac035c186d1668e2fbc6718498b | |
parent | 24e640e1fa6cfb3917ba90dcdabf1fadddff20aa (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>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 46421fdb7..ba52329c4 100644 --- a/configure.ac +++ b/configure.ac @@ -701,6 +701,7 @@ case $host_os in XF86VIDMODE=no fi ;; + *) XQUARTZ=no ;; esac dnl --------------------------------------------------------------------------- |