added an exclusion for setting XORG on darwin
This commit is contained in:
parent
8b77dc7e80
commit
7381e9149e
|
@ -1220,6 +1220,7 @@ if test "x$XORG" = xauto; then
|
||||||
XORG="yes"
|
XORG="yes"
|
||||||
case $host_os in
|
case $host_os in
|
||||||
cygwin*) XORG="no" ;;
|
cygwin*) XORG="no" ;;
|
||||||
|
darwin*) XORG="no" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
AC_MSG_RESULT([$XORG])
|
AC_MSG_RESULT([$XORG])
|
||||||
|
|
Loading…
Reference in New Issue