Set XQUARTZ to no on non-Darwin OS'es

Fixes build with dtrace probes on Solaris after efacd7bfd0

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Alan Coopersmith 2009-10-02 20:44:19 -07:00
parent 24e640e1fa
commit 1a2dde3335
1 changed files with 1 additions and 0 deletions

View File

@ -701,6 +701,7 @@ case $host_os in
XF86VIDMODE=no
fi
;;
*) XQUARTZ=no ;;
esac
dnl ---------------------------------------------------------------------------