[PATCH] Disable setuid configure test on Cygwin
Yaakov (Cygwin/X)
yselkowitz at users.sourceforge.net
Tue Mar 23 23:21:57 PDT 2010
From: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Only Xorg is installed setuid, so there is no need to run this configure
test on Cygwin.
Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 762565d..6b3c002 100644
--- a/configure.ac
+++ b/configure.ac
@@ -661,6 +661,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
--
1.6.6.1
More information about the xorg-devel
mailing list