From 24c9d48cd6999f1e90f9f0e2bbfebd8e95d314d8 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 22 Mar 2010 12:47:52 -0500 Subject: [PATCH] Disable setuid configure test on Cygwin Only Xorg is installed setuid, so there is no need to run this configure test on Cygwin. Signed-off-by: Yaakov Selkowitz --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 591d2b445..9dcd6bd73 100644 --- a/configure.ac +++ b/configure.ac @@ -673,6 +673,7 @@ AC_ARG_ENABLE(install-setuid, AC_MSG_CHECKING([to see if we can install the Xorg server as root]) if test "x$SETUID" = "xauto" ; then case $host_os in + cygwin*) SETUID="no" ;; darwin*) SETUID="no" ;; *) case $host_cpu in