From 7381e9149e3cbb7e672070781a16e3f096202be9 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Wed, 5 Sep 2007 15:51:11 -0700 Subject: [PATCH] added an exclusion for setting XORG on darwin --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index cba9d315d..9c3ee9946 100644 --- a/configure.ac +++ b/configure.ac @@ -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])