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:
parent
24e640e1fa
commit
1a2dde3335
|
@ -701,6 +701,7 @@ case $host_os in
|
||||||
XF86VIDMODE=no
|
XF86VIDMODE=no
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
*) XQUARTZ=no ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue