added an exclusion for setting XORG on darwin

This commit is contained in:
Ben Byer 2007-09-05 15:51:11 -07:00
parent 8b77dc7e80
commit 7381e9149e

View File

@ -1220,6 +1220,7 @@ if test "x$XORG" = xauto; then
XORG="yes"
case $host_os in
cygwin*) XORG="no" ;;
darwin*) XORG="no" ;;
esac
fi
AC_MSG_RESULT([$XORG])